Hi all, have a relatively simple setup which is designed to track a the organisations progress with some annual quizzes (completed via MS forms). Since we can't get quiz results, I have just asked power automate to create a new line in a table and add the text "done" along with the users email address.
Most of the time, this works without an issue, but every now and then, the flow decides not to get the form details, and I end up with a row with just 'done' in the total points column. The flow marks itself complete/successful.
Here's a successful run:
compared to a not so successful run:
Do I need to add some time delay or something to get it to work consistently?
Solved! Go to Solution.
Flow is behaving intermittently because the form ID's selected in trigger and action are different.
After referring the same form ID in both when a new response is submitted and get response details the flow worked as expected.
Regards,
Ramya Panaka
So adding a 1min time delay didn't seem to help the situation.
Flow is behaving intermittently because the form ID's selected in trigger and action are different.
After referring the same form ID in both when a new response is submitted and get response details the flow worked as expected.
Regards,
Ramya Panaka