Flow sends an HTML email to a user containing a link saying REVIEW COMPLETE for them to click:
<a href=https://make.powerautomate.com/environments/Default-x-x-x-x-x/flows/513eca9f-c9b2-462b-b67c-d09b74e262bc/run?itemUrl="https://yyyy.sharepoint.com/sites/daa/it/_layouts/15/Doc.aspx?sourcedoc=%7B82be1ec0-91f8-49db-83c1-bdafc3791308%7D&action=edit&uid=%7B82BE1EC0-91F8-49DB-83C1-BDAFC3791308%7D&ListItemId=14233&ListId=%7BCCDAEB7F-F9C2-4322-A0EA-49F0B9537007%7D&odsp=1&env=prod&FileId=14274">REVIEW COMPLETE</a>
It is set to run a Review complete Flow:
However, when you click the Run flow button, you get an error:
The error message is
The input body for trigger 'manual' of type 'Request' did not match its schema definition. Error details: 'Required properties are missing from object: entity.'.
I'm prevented from seeing the name of the missing entity because the display of the error message stops there.
Please help!
Anne
Watching New Feature | Child Flows for Enterprise Scale (SharePoint Example) - YouTube I realized that the thing I am trying to do will never work unless I package both Flows inside a solution. I'm going to start over using that approach.
Thank you,
Anne
Thanks! Are you able to post a screenshot of your flow? I am a bit lost. I thought that your flow is triggered manually by the user after selecting the file.
Doesn't the trigger get the filename information from the HTML in the email?
<a href=https://make.powerautomate.com/environments/Default-x-x-x-x-x/flows/513eca9f-c9b2-462b-b67c-d09b74e262bc/run?itemUrl="https://yyyy.sharepoint.com/sites/daa/it/_layouts/15/Doc.aspx?sourcedoc=%7B82be1ec0-91f8-49db-83c1-bdafc3791308%7D&action=edit&uid=%7B82BE1EC0-91F8-49DB-83C1-BDAFC3791308%7D&ListItemId=14233&ListId=%7BCCDAEB7F-F9C2-4322-A0EA-49F0B9537007%7D&odsp=1&env=prod&FileId=14274">REVIEW COMPLETE</a>
This is where I'm stuck.
anne
You shouldn't need to send the Filename information.
The File name and the Item Url can be retrieved from the trigger itself.