I am try to create a "Click Here" button to open the specific item in an email
Solved! Go to Solution.
Hi,
If you meant by how to create a link with an href the add the below code in body of your email.
<A HREF="http://www.yoursitelink.com">Click Here for details</A>
Click the adavanced options from Send email flow and set 'Is HTML' property value to true.
Thanks
If you liked my response, please consider giving it a thumbs up
Proud to be a Flownaut!
Learn more from my blogHi vynnettekj,
Could you please share more details about "Create a 'Click Here' " button in an email?
Have you tried the Add an action when creating the flow?
Add multiple actions and advanced parameters to a Flow
Please provide us more details regarding what you would like to achieve, so that we could offer some more suitable suggestions.
Regards
When an item is created, an email is send to the approver.
The email is as follows:
A new Microsite Site Development Item has been requested and is pending IT development.
Requested By: Requestor
Date Requested: Date Requested
This request is pending IT development.
Please Click Here to view request form
I need assistance with making the "Please Click Here" a URL link back to the request form
Hi,
If you meant by how to create a link with an href the add the below code in body of your email.
<A HREF="http://www.yoursitelink.com">Click Here for details</A>
Click the adavanced options from Send email flow and set 'Is HTML' property value to true.
Thanks
If you liked my response, please consider giving it a thumbs up
Proud to be a Flownaut!
Learn more from my blogHey... did you realy read the question?
The user need to know how to create dynamic href inside an email.
Your answer is not right.
So, the post is still open.
Hi @PauloRech
1. Declare a variable as string.
2. Set the value of the variable as your dynamic mapping website address (eg: http//:www.yoursite.com)
3. In your email body place the cursor where you want to place the address and click the expression tab.
Use the below expression.
concat('<a href=', variable('yourdynamicmapping'), '>Click here for details</a>')
Thanks
Thanks
If you liked my response, please consider giving it a thumbs up
Proud to be a Flownaut!
Learn more from my blogThanks @abm
It works for me...
but now, I discovered that I cant use parameters from a URL inside a SharePoint Custom Form.... The function PARAM() did't work inside SharePoint.
Can you believe?
Tks again.
Hi @PauloRech
Thanks for your quick reply.
Please have a look at this post
If you need further help you could post in SharePoint forum and hopefully someone could assist you.
Thanks
If you liked my response, please consider giving it a thumbs up
Proud to be a Flownaut!
Learn more from my blog@abm I just found this post and your answer was exactly what I was looking for...thank you!
@abm I tried same but getting this error. Created these actions for variables
Could you please guide.
Error says your reference of variable is not quite right. Could you create a new thread and post a screenshot of your flow.
Thanks
If you liked my response, please consider giving it a thumbs up
Proud to be a Flownaut!
Learn more from my blogUser | Count |
---|---|
101 | |
36 | |
29 | |
25 | |
16 |
User | Count |
---|---|
133 | |
54 | |
53 | |
36 | |
26 |