I have a flow that creates a Planner task whenever a new message is posted in a Teams. As one of the steps, I use Get User Profile (V2) and pass Message from user ID to the User (UPN) field on Get User Profile. When I try the flow, it works. However, when someone else tries, I get the following error:
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'
Thank you!