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.
- This Flow runs when a user in SharePoint selects a file and runs the Review complete Flow in the Automate menu.
- The first step of the Review complete Flow is
- What has to be done to send the filename information to the Flow? I want the link in the email to contain all the information that is needed to run Review complete. If I have to change the trigger of the Flow, please show me how.
Please help!
Anne