Hello to all,
I have developed a flow to send an approval and wait for it. In parallel there is a reminder mail every day redirecting to submit the approval in case missed.
The respond link redirecting back to the original flow which you add in the mail becomes a string and not a clickable hyperlink,
need help to convert the Respond Link string into a Hyperlink.
For reference - Need to convert below https string into hyperlink.
Thank you.
Solved! Go to Solution.
You could use the following expression in the send email action:
concat('<a href="',outputs('Create_an_approval')?['body/respondLink'],'">Click here</a>')
and use that in stead of the Respond link dynamic content.
Within the Send an email action, you can click the Code view icon </> to include html code.
To create a hyperlink you would use
<a href="https://flow.microsoft.com...">Click here</a>
Hi @shoog,
Thank you for the response.
I have tried that approach earlier.
If you can see in the snapshot above Respond link is a dynamic response, I do not have the https link with me to embed in <a> tag.
If the link is generated in the real time how do I store it in a variable and convert it into a hyperlink ?
You could use the following expression in the send email action:
concat('<a href="',outputs('Create_an_approval')?['body/respondLink'],'">Click here</a>')
and use that in stead of the Respond link dynamic content.
Hi @shoog ,
Thank you for your quick support, problem is resolved.
Now there is one issue - Is it possible to remove Reassign from the options ? It is already assigned to a user, he/she cannot assign this to anybody.
User | Count |
---|---|
103 | |
36 | |
29 | |
25 | |
16 |
User | Count |
---|---|
133 | |
54 | |
53 | |
36 | |
26 |