Forum Discussion
ElmaSarah
Aug 25, 2020Copper Contributor
Want to integrate power automated agent bot with an existing bot deployed to teams
I have create a flow and is hooked to a power automated virtual agent bot. But i cant find a way to integrate this bot to an already existing bot that is deployed to my teams channel. I have follow...
- Sep 08, 2020
I would use Power Virtual Agents to write a row into a SharePoint list with some information. Then have another Flow that is triggered when that list receives a new item. It is asynchronous of course but that was you can use it to launch other Flows.
I just used this trick this week when I was prepping a Teams provisioning demo. I collect the new team information via PVA and then write that info to a SharePoint list. That has another Flow triggered by new item and it will take care of the team provisioning.
Or you could build the reminder process in the PVA bot Flow.
Hopefully this helps!
Best,
Vesku
ThereseSolimeno
Aug 31, 2020Former Employee
ElmaSarah Hello ChrisHoardMVP, can you assist here?