The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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.