Hello,
I have a PVA where the users are going to fill an input form that is sent from Bot Framework Composer. After they submit the form, I want to trigger a flow to get the values entered by the users and store them in my SharePoint List.
I am struggling with the following points using the bot framework composer:
1. How can I invoke the flow after the user pushes the submit button from the AC in the PVA? (It's invoking the flow without waiting for the user to fill the AC form)
2. After the user submits the AC form in the PVA, how can I update the AC and show a success message to avoid the user from filling in another form?
3. How can I pass the AC values coming from the form of the user in the body of the POST request in the composer?
I have found the below document but it's not similar to my scenario:
https://docs.microsoft.com/en-us/power-virtual-agents/advanced-bot-framework-composer#example-1--show-an-adaptive-card-in-power-virtual-agents
Please find attached the AC form example and Bot Framework composer actions:


Can someone please explain get back to me (in detail if possible please), and provide an example to achieve/solve the above mentioned?
Any help will be highly appreciated.
Thank you!