Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hi Team,
I am trying to add a button where users has an option to contact us and send their queries.
So i added a button "Contact us".
If user click on that i want to open the outlook compose mail where user can add a message/querie and send it the mail id mentioned in To - To mail id should also be configured to the outlook mail
Any refrence or any suggestions how can we approach will be really helpful.
Thanks
Shreya
@ShreyasB , Create a column like
Email= "mailto:" & [email]
Mark that web url in the column tools. Add to visual, the link should open the default mailbox
Hi,
Web Url opens the Outlook main page and not the one which i am looking into.
I am trying to open the compose mail with the To mail id default to some email id.
User should have option to just compose and send the email.