I implemented a Flow in Copilot Studio which is triggered by Email, then it extracts some information and writes them back to an Excel.
Testing work perfectly, so I can receive an email and then select it and the Flow will work completly fine.
But for the runs which are directly triggered by Email without beeing in the Copilot Studio having an open chat the flow seems not to be triggered at all.
In Power Automate I can see the trigger flows and the trigger flow result says StatusCode 202, so I assume the Copilot Flow should have been triggered fine.
Still there are no results. If I select the same Email for manuall testing all works good as described above.
Also i am not able to find any logs from the triggered flow searching by the returned conversaionID. There are no entries in the ConversationTranscript table.
So it does not work as expected, i cant find any logs and can only blindly try.