Hello
I have 3 actions and 2 tables
1..order table
2. user table
Actions
- order table -
sets a variable to the order in a column Tmp_var - user table -
An action should use the set variable in the order table Temp_Var to write the OrderID in the user table for the logged in user using useremail()
3rd order table -
Resets the variable
I can get action 1 + 3 to work, but I don’t understand how I can execute action 2.
Thanks in advance for help