Hey PA community!
I have a simple Canvas app, which contains a form that when submitted - I'd like it to send a copy of the responses to the user who completed the form.
Currently, the form pulls the user's name, and email address from our Azure AD. The submitted form is then loaded into a MS Lists list.
The "submit" button trigger submits the form, so I'm hoping there is a command which can run on this trigger to get the response data and send an email to the user who completed the form. Thanks in advance!