Hi!
So I am trying to set up an approval process for requests when if either Approve or Rejected, an Excel file should update with the proper status and also send a communication to the team member that their request has either been approved or rejected.
However I am running into this error:
Flow save failed with code 'InvalidTemplate' and message 'The template validation failed: 'The inputs of template action 'Send_an_email_(V2)_2' at line '1 and column '7389' cannot reference action 'Update_a_row'. Action 'Update_a_row' must either be in 'runAfter' path or within a scope action on the 'runAfter' path of action 'Send_an_email_(V2)_2', or be a Trigger.'.'. |
Can you help me resolve this? Here are some screenshots of my process:
Thank you!
Solved! Go to Solution.
Hello, @PPecch
Make sure that the dynamic content inside the action "Send_an_email_(V2)_2" is referencing the action above it - "Update_a_row_2" - and not the action "Update_a_row". This can happen if you copy and paste actions.
This should resolve the error message you are experiencing.
Hello, @PPecch
Make sure that the dynamic content inside the action "Send_an_email_(V2)_2" is referencing the action above it - "Update_a_row_2" - and not the action "Update_a_row". This can happen if you copy and paste actions.
This should resolve the error message you are experiencing.
Thank you!
So basically I deleted my "If No" conditions and recreated them all over again this time avoiding copy pasting information, and now the error went away.