Hello Knack Community,
I am using an Ajax post to insert a new user record into one of the "role objects" that is automatically connected to the main users object (object 1).
For example:
Users (Object 1)
-> Players (Object 15)
If my ajax call inserts into object 15, Knack automatically creates a row in Object 1 just because of the way knack is designed. In the success response from knack on the ajax call into object 15, I get the record ID for the record inserted into object 15, but I don't get anything back regarding the record id for the record that was created in object 1 automatically.
Does anyone have any idea how I can get that record id for the record that was created in object 1 when I post into object 15?
Thanks!
-Jeff