I want to create a flow which is triggered by my copilot in conversation which can change a variable in a Power Apps canvas app. This would be great because the bot is embedded in the canvas app.
---------------------
Basically the bot asks a question: Do you want to fill in a form?
The user replies: Yes
The bot triggers a flow.
The flow connects to the canvas app.
The flow sets the canvas app variable 'IsFormVisible' = true.
--------------------
There doesn't seem to be an easy way to do this. Has anyone done something similar? I am thinking maybe have a parent and child flow, where the PVA flow triggers the Power Apps flow, but this doesn't seem to work. I was wondering if this could be done with https actions? Any help would be appreciated. Thanks