Hey there, I am facing following issue:
There is a Power Automate Flow triggered from Copilot Studion. It may take up to one hour for the flow to finish (depends on the amount of items to be processed). I would like to provide two status information to the user:
1. First notification that validation has been passed, incl. the amount of items to be processed. This is working fine as the response comes within approx 10-20 seconds. Asyncronous Response ist set to Off for this axri
2. Final notification once the flows finishes.
I have tried the Asynchronous Response Setting but it seems that:
* it is neither possible to use it (I have always got error message when I switch the Aynochronous Response to On, stating that the expected Response Parameter is not contained in the response).
* nor is not possible to use the Respond to Copilot action more than once in one flow.
Also I have not found anything in the documentation so I would appreciate help with my case.