Automation - form submission --> add row in table

Hi there,
Having some issues adding new rows per form submission. The way I have it set up now, the submission leads to one row accumulating all of the form input.

Hello @Elena_Bremner and welcome to the community

What is your issue? Please provide more details.

What is your desired behavior?

Based on the image, it looks like you want to copy the submitted information to the H1 Q1… table. To do this, you can access the submitted data using “Step 1 Result”, which represents the newly added row in the GTM Support table.

You can access the information using a dot (.) notation.

  • If the “Project” column in the H1 Q1 table is a relation to the GTM Support table, you can simply assign Step 1 Result to it.
  • If it is not a relation, you need to access the corresponding field inside the Step 1 Result object (e.g., Step 1 Result.ProjectName).

Best regards
Arnhold

2 Likes

Thank you Felipe! I was able to figure it out with your suggestion of using Step 1 Result. I was initially using GTM support.ProjectName, which was accumulating all of the form inputs into one row. My goal was to have one row per form input.

2 Likes