Hi,
Apologies for the topic as I am sure that this has been covered, but the closest topic I could find was from 2020 which spoke to functionality not yet implemented.
I have a table “Family_Members” which has two related tables - Family and Users - through the fields FamilyID and UserID respectively. When trying to perform a post, I have the schema which includes the objectID of the FamilyID field and the objectID from the UserID fields (the two which link to the respective tables).
When running the POST I get a positive result, but the records are saved as blank entries ? How / What is the correct syntax to create a record with relationships as passing in the objectIDs does not seem to work?
Thanks,
Mike