Update SQL Table of multiple rows with different identifiers

Hi. I been stuck for some days figuring out how I can update multiple rows of a sql table which have different identifier. Inside my flow, when user key in an input, the data will send to sql table also to a ui table the same time as shown below with red area. Then, user will press start to log the start timestamp and update the timestamp into sql table. However, if user can submit data multiple times bfore pressing start, how I can update these data with same timestamp?

Here attach also the flow for reference. Thank you for the help.
example.json (19.9 KB)

Or maybe anyone here know how to update sql table if the id is in array?

could you show what comes from the join msg and the insert into DB?
not knowing what it says there, its impossible to be of any help to you.

Nevermind. Thank you for replying. I have managed to solve this. Everyone have same application can refer to this post below. Thank you

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.