HI
So what I would do is
1. When a Form Response is Submitted
2. Get Response Details
3. Get Tables (excel action)
4. Condition
left side expression length(output/body/value) from #3 (and thats not the output, its picking the proper one I always forget for Get Tables if the Dynamic field is body/value or outputs..
middle is greater than
right side 0
The above will make sure that Get Tables, returned us the list of tables in the excel file
5. In the Yes side (in the no do nothing)
Add an apply to each, with the input being the #3 output/body/value i mentioned
5a. Inside the Apply to each
list rows in a table, using a filter on the column you want to check for their email as the Filter property of the action
5b. add a Condition which is going to check the length of the List rows actions to see if it returned 1 row or not
so you have the length
middle is equal to
right 1
In the yes side of the Condition (meaning you found the one Row)
add an update Row in a table
And configure it to update that one row column from No to Yes
Done