I'd advise for you to create the foreign ids column on the UI for one time so that you can use the Get details for a specific table to retrieve all the foreign ids values.
In regards to child table, I'm not seeing any field type named as child table. Am I missing something here?
I'd advise for you to create the foreign ids column on the UI for one time so that you can use the Get details for a specific table to retrieve all the foreign ids values.
In regards to child table, I'm not seeing any field type named as child table. Am I missing something here?
Sorry for the late response. This project got a bit away from me.
So the child table component I'm trying to add/update is for a multilevel dynamic template. I'm using these child table components
Since when creating/updating a foreign ID the value you input is that rows id, so far I have tried using the table's id that I wish to be the child table.
The value of payload.child_table is the id of the table I am wishing to use.
I have also tried swapping out the key "child_table" with "child", as well as moved this value into the "values" section of the api call, but still with no success