Send unique data to another table

Hey guys

Is it possitlbe to send unique date form the source table to anather table when a form is submitted? Below is the example. Everytihing whena fom is submitted only the unique line will be added at the bottom at another table in the right side

desmond_lee_0-1698801299179.png

 

0 5 120
5 REPLIES 5

Create an add a new row to a different table action and set a condition NOT(IN([_THIS], target[col]))

Ok then this will be in 2 actions in automation right ? It mean first action NOT(IN([_THIS], target[col])) then second action is add the row to another table if first action is fullfilled

One action to set to the form's save event

You are referring to triggerring the above 2 actions right?

Only one action required

Top Labels in this Space