Hey I have this Form where users are submitting access requests. It often happens that users have already made such request in the past (but forgot about it).
I am thus looking for a way to detect whether a user have submitted a form in the past, and send them an email with more info if they did.
The form results are save in an online excel sheet, and one of the questions is collecting the user's email address. I was thus thinking that there could be a flow that would check the excel sheet for a user's email address to see if it was already shared in a previous form... but I can't find the proper way to set this up...
Any suggestions?