• so i have a row with three inputs: date, location, description. It is se to Table row Input so that a user can add new rows depending on how many they need.

    When i add the fields to the mail message body [Date] – [Location] – [Description] they are separated by column for some reason

    so i get:

    row(1):2021-11-03
    row(2):2021-11-25

    row(1): this is the location of row 1
    row(2): this is the location of row 2

    row(1): this is the description of row 1
    row(2): this is the description of row 2

    How can i group them together so all the information from row 1 are togther, and all the information from row 2 are together?

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)

The topic ‘Add Table Row Input to mail’ is closed to new replies.