You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, above setup seems to create duplicate records for ModelA. How would I set this up so that I am not creating duplicate records while keeping it a single API call?
The text was updated successfully, but these errors were encountered:
akshah123
changed the title
sideposting - associating same newly created record with multiple records
sideposting - associating same newly created record with multiple records that are also being created
Sep 2, 2022
I have a usecase with sidepost where I would multiple records to reference a new record that's being created.
An example setup would be:
Now, i would like to create three object(s). 1 ModelA, 1 ModelB that belongs to ModelA and 1 ModelC that belongs to A & B.
I am trying following POST:
However, above setup seems to create duplicate records for ModelA. How would I set this up so that I am not creating duplicate records while keeping it a single API call?
The text was updated successfully, but these errors were encountered: