I have Powerapps sending an Email out when a button is pressed.
In the Email body I have a bunch of Html to make everything look pretty.
Everything works but one link.
The link opens a chat in teams with the users that sent the email. This is the code I'm working with>
https://teams.microsoft.com/l/chat/0/0?users=<youremailaddress>
I want to add a veriable I have set to User().email in the spot where is says <youremailaddress>
I tried with no luck.
href=""https://teams.microsoft.com/l/chat/0/0?users=%3c"&varUserEmail&"s%3e""
I am not versed in html so I would assume this is an easy fix.
Thanks in advance.
Solved! Go to Solution.
Please consider changing your Formula to the following:
href=""https://teams.microsoft.com/l/chat/0/0?users=" & varUserEmail & """"
I hope this is helpful for you.
Please consider changing your Formula to the following:
href=""https://teams.microsoft.com/l/chat/0/0?users=" & varUserEmail & """"
I hope this is helpful for you.
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
User | Count |
---|---|
190 | |
45 | |
45 | |
36 | |
36 |
User | Count |
---|---|
261 | |
82 | |
80 | |
69 | |
69 |