I have a table with 1:M relationship, as stated in 23.3 I can update with just one write records smart service, how to pass related data there
Discussion posts and replies are publicly visible
You will find the record relationships in the parent data structure just like a field name. Populate these fields and you are good to go.
Hi Stefan, hope you can help me, I'm trying to create a record in a table and update a field in other, both are related with records. Is it correct the way am I populating the data?
the last line (second value of 7) is the related value.
It is giving me only de new record in the first table, but it doesn't update the value in the second one.