The error message am getting is as below:
Error Message: The flow 'AddMembers' ('ab568363-dda6-1219-d8b1-d4b6a5140c2f') failed to run with response code 'BadGateway', error code: NotSpecified. Error Code: FlowActionBadRequest Conversation Id: 38657528-d226-4714-b0af-183f8c745dfd Time (UTC): 2025-09-17T16:28:10.377Z
Steps I am following:
1. Created a flow to add members to the by using MS Teams Connector.
2. Have set a Input Variable to receive the name of the team from the agent
3. Tested the flow individually which is working by adding the names in the excel from onedrive folder
4. Created a agent with a Topic called "ManageTeam", which will prompt the user to enter a name of the team to which the members to be added.
5. Invoked the flow from this topic by passing the name of the team
6. Agent throws the above while integrating the flow with the agent topic
Hope the above helps the resolve