I want to update a row when save to data store entity instead of generate a new row with a new id.I cofigured write to data store entity of output tab (plz check my attached screenshot)
When In debug and check my Id did not get id value.
Discussion posts and replies are publicly visible
Could it be that you configured multiple save activities targeting the same variable? I see that custom output. And what does your input config look like.
Background: All configured save activities in inputs and outputs will evaluate at the same time.
Thank u for you reply . My input value is (plz look my attached screenshot)
I want to flow as first is apply form and insert data into database and created automatically primary key id and thenwhen rejected my apply form want to update my status using my fist created key.
Remove the "Save Into" assignments. The value configured here is the data that is sent TO the database. Storing these to your PV will conflict with the configs in the output tab.