Dear All,
I am getting a following error message when saving my flow:
Flow save failed with code 'InvalidTemplate' and message 'The template validation failed: 'The inputs of template action 'Condition_4' at line '1 and column '2417' cannot reference action 'Update_item'. Action 'Update_item' must either be in 'runAfter' path or within a scope action on the 'runAfter' path of action 'Condition_4', or be a Trigger.'.'.
The trigger of my flow is "When an item is created or modified", followed by action "Get changes for an item or a file (properties only)", followed by Switch on "Status Value" and then the condition you see on my screenshot below.
Condition: Has column changed: Status is equal to true
if yes ... Condition 4: Status Value is equal to "Awaiting 1st Approval (Accounting)"
if yes ... Send email with options
Condition 2: Selected option is equal to "Approve"
if yes ... Update item: Status should change to "Awaiting 2nd approval (Manager)"
In my flow checker I see the same repeats for each status change in my flow.
Could you please advise?
Thank you very much in advance.