About:
This is to explain how to send PowerApps form to email address using Gmail account
I will list the code of the send button created on the form
Code:
Gmail.SendEmailV2(“mtw@deciem.com”,{Subject:”IT HelpDesk PowerApps Form – “&User().FullName&” — “&User().Email,Body:’location-value’.Selected.Value& “<br/>” &’howcanhelp-value’.Selected.Value &”<br/>”&’moreinfo-value’.Text})
Syntax:
Gmail.SendEmailV2(To,{Subject:,Body:})
This is a simple syntax.
Parameters:
& is to add more text to the field.
“<br/> is to make a new line. Usually, used in the email body