How to display cusrom api url with odata query in PVA dynamically returned from flow.
Hi, The link that is returning from the flow contains the Power VIrtual agent link alos , how to remove it https://web.powerva.microsoft.com/environments
The link can be any valid hyperlink. But there is no way to process that inside PVA itself. It must be returned from the flow formatted as a link using the markdown language. You'll need to modify what the flow is returning to PVA,
Can we display link with OData query in PVA and below are details ui with payload. could please help me how navigate the respective page based on payload we are passing.
To display a link in the bot you need to configure it as a string using the markdown language in flow before returning it to PVA. This article discusses how to use the markdown language. Its in the Power Automate docs, but its the same for PVA. Use markdown to format Power Automate approvals - Power Automate | Microsoft Learn
[Link Text](Link URL)