I just recently found the "Send mail with options" function in Power Apps with the Office365Connector. It seems to have two items that it needs to run:
(NotificationURL, Message)
I am assuming the "NotificiationURL" is the address that will receive the response, however, the "message" is saying that it needs a record.
I am not too sure where to go from here.
Any suggestions on how to use this feature?
I tried just writing a text message. It noted that it expected a record. I then tried using {}
to formulate a message using {to:, subject:, body:, choices:}
but it then asked for a
\ expected "Attachments" as a table. I tried adding an "Attachments:" section, but that did not work. I then tried embedding a SendEmail(V2) function, but that did not work either.
Following is an example, of how you can use this feature:
Above mentioned are the minimum required attributes you must pass to send an email.
Definitions of the attributes:
SelectionText
true
if you want to use HTML text in your body (instead of simple text)false
true
will show them a confirmation message (screen) for their selected option