Hi,
I have deployed Power Virtual Agent and calling the Power Automate .In Power Automate ,i am fetching the data from the sharepoint list and stored it in the variable like below .
In Power Virtual Agent Chatbot, I am retrieving the details in the below format
In the above image the ID value should be in the link format(clickable).When i click that link it should call another Power Automate by passing that ID value as the input parameter and in the power automate it should fetch the required column value from the list and passed onto the Power Virtual Agent Chatbot.
Can you Please help me in achieving this functionality.
Thanks in advance,
Ramesh M
Hi @RameshMurugan,
To make it clickable you can use other markdown:
https://docs.microsoft.com/en-us/power-automate/approvals-markdown-support#links
[Power Automate](https://flow.microsoft.com)
In your setup it would probably be something like this:
| ID | Workflow Name |
|-----------|:-----------:|
| [@{items('Apply_to_each')['ID']}](https://yourhyperlink) | [@{items('Apply_to_each')['WorkflowName']}] |
Keep up to date with current events and community announcements in the Power Virtual Agents community.
A great place where you can stay up to date with community calls and interact with the speakers.