Resulting Row Workflow Help

I have a form, which naturally creates a new row in its target table.

I would like to simultaneously add row to another table (which is doable). However, I do not seem to be able to take the data from the form to apply immediately to the new row im adding in a different table.

I want the new row from the form to apply some of its data to the new row from the workflow .

1 Like

If you are using a form container, you can add a onSubmit Action and add a row to another table. Would that work for you?

3 Likes

What @MaximeBaker said. The onsubmit action of the form / form container will solve this issue because the on submit action has the context of the newly created row so the add row action will have access to the new data.

1 Like