Hello,
I'm receiving the following error when attempting to run this flow...
Action 'Get_user_profile_(V2)' failed: The 'inputs.parameters' of workflow operation 'Get_user_profile_(V2)' of type 'OpenApiConnection' is not valid. Error details: The resolved string values for the following parameters are invalid, they may not be null or empty: 'id'
The purpose of the flow is to send an item automatically for approval to a person managers based on the manager name field that's present on the request form (Last Screen shot). This form is used to submit intakes to a SharePoint list. If disapproved, email is routed to the employee requesting access saying that access denied by their manager and they should speak with them. If approved, e mail sent to the appropriate team to grant access. If a manager level employee submits a request on behalf of an employee, the flow will route right back to them for approval to keep the flow consistent.
Any help is appreciated and thank you in advance!