Announcements
I would like to create a link based on a users response. We have a website that displays test information. The topic would start with the user asking for information about a specific test. The topic would ask for the test number. The user enters the number and then the response displays a URL with the user entered number as the GET value.
https://testdirectoryexample.com/?t=USER ENTERED NUMBER
Is this doable? Thanks in advance.
Hi @woknick ,
Today, you can use only fixed links inside the message of the PVA.
But you can improve your message using the Power Automate workflow calling an action.
Inside your Power Automate, you can customize the output using Markdown (https://docs.microsoft.com/en-us/power-automate/approvals-markdown-support) like a link and show the variable (output) inside your message (PVA).
yes @woknick you need to send the answer to power automate and then you can use and expression called concat to add the url to the response. 😉
see the exression need to be like this concat('Your link','Your response value ID number')
@woknick ,
Follow my steps:
- Create a new workflow
- Copy my actions
[Link](https://testdirectoryexample.com/?t=@{triggerBody()['text']})
- Inside your PVA
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to our 2026 Super Users!
Congratulations to our 2025 community superstars!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Romain The Low-Code... 240 Super User 2026 Season 1
Valantis 226
Arild Aarnes 73 Super User 2026 Season 1