I am looking to email contents of a form upon clicking a button (using automate)
I am able to build a flow to extract something from the form but not text.
How do I extract textual values from forms? Basically I just need all the text values form the form itself to be sent as an email.
Solved! Go to Solution.
Hi @Anonymous , unfortunately this is not possible. You can send any fields you want and create a html email in flow by concatenation.
'PowerApp->Sendanemail'.Run( "HardCodedEmail", "New Order " & PumpOrderID.Text, "Order Details " & PumpOrderID.Text &
"Start Date " & StartDateField.Text &
"Comments " & Comments.Text
)
You simply neeed to referece the particular Data Card. Should be something DataCardValue.Text
i want the text values to be extracted upon submit of the form. not a static text source. is that possible?
Hi @Anonymous , unfortunately this is not possible. You can send any fields you want and create a html email in flow by concatenation.
'PowerApp->Sendanemail'.Run( "HardCodedEmail", "New Order " & PumpOrderID.Text, "Order Details " & PumpOrderID.Text &
"Start Date " & StartDateField.Text &
"Comments " & Comments.Text
)
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Power Platform release plan for the 2022 release wave 2 describes all new features releasing from October 2022 through March 2023.
User | Count |
---|---|
206 | |
97 | |
60 | |
51 | |
45 |
User | Count |
---|---|
258 | |
158 | |
85 | |
79 | |
58 |