Hi,
A complete novice building my first flow and stuck already. Somebody must have done this before as it's so simple, but I can't figure it out.
I want my users to be able to subscribe / unsubscribe via one Form (with just that one question). This will update a SharePoint list that records the user email and whether Unsubscribe is true or false. Then the flow should send a different email to the user depending on whether they are subscribing (new) / re-subscribing / unsubscribing / not found (but they wanted to unsubscribe anyway). So basically the flow somehow needs to:
1) get the response from the Form (I started with this trigger :-D)
2) get the items from the SharePoint list
3) check if the email address is already in the list
4) create a new item in SharePoint or update the item with the subscribe response
5) send an email based on all of the above
If anyone can point me in the right direction to achieve this I would be very grateful.
Thank you