Hi Guys,
I have a bug in a “post action event” type workflow.
To setup some context, I have two collections with many to many relationship (Exams & Questions).
I have a trigger on Exams view that when clicked starts a workflow (see below) :
Version where I search for questions using a specific filter (3 questions resulting) and then try assigning them to Exams (multi select field)
Another Version where after searching for questions I loop on each one and assign the right Exam ID (other way basically, I even forced a placeholder value “Exam 1”)
Search is good, returns 3 results, but both versions of the assignments are not working, it even loops 3 times, gets the 3 questions but assignment give 0 returned and nothing happens.
Please help me !!!