Forum Discussion
alenguav390
Mar 23, 2022Copper Contributor
Flow save failed with code 'InvalidTemplate' and message 'The template validation failed:
I am currently trying to modify a Power Automate approval flow in order to allow several approvals and save the name/email of each approver in the column of a Document Library, however I am receivin...
NitinJJ
Mar 25, 2022Copper Contributor
You are using current item for the id field which is wrong as that id that you are trying to update is the internal id for sharepoint. Check the get items/get item(basically where you fetched the data from sharepoint list) property of your flow and populate the id from there.