
Announcements
Hi Folks,
I have two flows in my solution.
Parent flow:
Trigger: Gmail trigger ( Authentication type: Use default shared application)
For this trigger I used my own connection reference
Child Flow:
Trigger: Manual trigger
This child flow has an Reply to Email (V2) action of Gmail connector and for that my colleague connection reference is used
Now the issue is, The child flow is getting triggered from the Parent flow successfully but at the time the child flow instance reaches the Reply to email action I am getting 404 error
If I change the connection reference for Parent flow Gmail trigger from mine to my colleague one, the child flow Reply to Email action gets executed successfully.
I don't know what is the issue.
I tried editing the run only users of the child flow and changed the access for Gmail connector to Provided by run only users.
But in this case I get the exception from the parent flow itself where I called the child flow.
"Failed to parse invoker connections from trigger 'manual' outputs. Exception: Could not find property 'headers.X-MS-APIM-Tokens' in the trigger outputs. Workflow has connection references '["shared_gmail"]' with invoker runtime source."
I need help regarding this.
I think you can’t use 2 different connections with this requirement. It seems that the id you give to the second flow can’t be read by a different user. What is the problem with using the same connection (reference)?