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
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.
I explained this in my new blog post that talks about how you can effectively write related data along with main data - https://appianspace.com/2024/02/13/write-related-records/