Hi All,
I have created a bot that has a PA flow when the user requests for status using the id, searches an excel file posted in SP and provide the user with the status update. The flow is working well. Now what I am trying to add is a hyperlink to the tool that has the form which the user needs to access. The hyperlink is dynamic and is based on the ID added by the user. The flow will fetch a part of the URL from the excel sheet based on the id entered by the user. Eg: the ID entered by the user is '12345'. Url for the ID in the excel sheet is 'ABC12345' and after static value addition, the final URL looks like 'https://www.asitename.com/ABC12345'. Now I need this to be displayed in the Power VA message box as a hyperlink like 'Click Here to access form'. I am able to display it as just the link, but not as a hyperlink.
Is this achievable? If so how?
Any help is much appreciated.
Solved! Go to Solution.
Hi @Anonymous ,
You can use the Markdown expression to do it within Power Automate flow:
Use markdown to format Power Automate approvals - Power Automate | Microsoft Docs
You just need to have that structure above in your output message.
Hi @Anonymous ,
You can use the Markdown expression to do it within Power Automate flow:
Use markdown to format Power Automate approvals - Power Automate | Microsoft Docs
You just need to have that structure above in your output message.
Thank you so much. That worked.
Thanks, the Markdown Worked!