Hi everyone,
I want my app to send an automatic email to specific people once a user has created an entry and saved it. For this I have created at first a sharpoint-list with the following columns:
Name: Single line of text
Email: Single line of Text
Want Email: Yes/No
What the app is supposed to do now exactly is:
If a user has clicked on the save button, first check which name was selected in the form. Then check in the sharpoint list if YES or NO is selected under his name. If YES then send the following message to his email:
Hello PowerApps User, someone created a new ticket for you!
If NO, then do not send an email
Thank you guys for all answers!