Hi!
I have a solution with a very simple main flow and 3 child flows triggered inside (namely, the main flow contains only 4 objects: one powerapps trigger and 3x run child). All flows have connection references everywhere (I use 1x sharepoint, 1x excel and 1x outlook connection references defined in the solution). The 3 child flows pass the tests successfully when tested individually, but when I trigger them from the main flow I get this:
"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_sharepointonline_1"]' with invoker runtime source."
What is also surprising is that it sometimes happens and sometimes it works on the same setup. Now I have no clue, why is that. Any ideas how to fix this?