Hi,
I'm very new to Power Apps and would appreciate your help to combine below two formulas:
If(UpdateContext({msg_visible:true}),SubmitForm([@NewTicketForm]);UpdateContext({New:Patch(Tickets,LookUp(Tickets,ID=Text(Max(Tickets,ID))))}))
Office365Outlook.SendEmailV2("xxxx@xxxxx.com","New ticket was created","Please response to the customer complaint")
Thank you
Solved! Go to Solution.
Put this code in the OnSuccess property of the form. That way it will only send if the form was successfully submitted.
Office365Outlook.SendEmailV2("xxxx@xxxxx.com","New ticket was created","Please response to the customer complaint");
---
Please click "Accept as Solution" if my post answered your question so that others may find it more quickly. If you found this post helpful consider giving it a "Thumbs Up."
Put this code in the OnSuccess property of the form. That way it will only send if the form was successfully submitted.
Office365Outlook.SendEmailV2("xxxx@xxxxx.com","New ticket was created","Please response to the customer complaint");
---
Please click "Accept as Solution" if my post answered your question so that others may find it more quickly. If you found this post helpful consider giving it a "Thumbs Up."
Stay up tp date on the latest blogs and activities in the community News & Announcements.
Mark your calendars and join us for the next Power Apps Community Call on January 20th, 8a PST
Dive into the Power Platform stack with hands-on sessions and labs, virtually delivered to you by experts and community leaders.
User | Count |
---|---|
203 | |
180 | |
62 | |
32 | |
30 |
User | Count |
---|---|
324 | |
269 | |
104 | |
74 | |
56 |