I have a text field with emails, want to
a.) getting them as a list Split(thisRow.Members,"," ).List()
b.) want to add them to a new table thisRow.Preview.formulamap(AddRow(mailing_member, mailing_member.email,CurrentValue))
Result: it always adds the 2 in one item, instead of 2 items.
Checked all the community threads here, but not sure what I doing wrong
To take the list of email addresses in the “Members” column and add a new row for each one in the “mailing_member” table, this formula should work for the button action.