Hi everyone,
I currently have a problem and a little help would be appreciate :
I have :
-
a table “user” with a list of “promotions”
-
a table “promotions” with a list of “users” (called students)
I created a popup to edit the promotion. I would like to edit my two tables (user and promotion) in the same workflow :
-
when an user is added to the list of student of the promotion, add the current promotion to the list of promotion, on the table user.
-
when an user is removed from the list of student of the promotion, remove the current promotion to the list of promotion, on the table user.
Unfortunately, I did this workflow (see images below), it modifies my table promotion but not the user one (it doesn’t add the promotion to the list of promotions on the table “user”)
Do you have an idea where did I miss something ? thank you guys