Hello,
i have a google spreedsheet (Docenti) with one sheet (inAttesa).
inAttesa has this columns: Email,Password,Nome,Cognome,OTP.
I need to verify if an email is already inside inAttesa, if there is i only write a message “Email already used”.
On the contrary, i have to insert the record inside inAttesa with OTP field empty
Which part does work and which part does not work? What are you seeing that indicates that it isn’t working?
You should be aware that there has for a long time been a bug with the get value data source block. If possible, try using the get row object block instead. You can test your code by inserting a block right before the if block that shows the result of the get value block in a label and adding a short wait time after it. That way, as your loop runs, you can watch the values to see if they are the same as in your data source.
If you’d like, you can share the spreadsheet with me and I’ll try the same thing and see what happens. I know that’s not very useful but it could identify a bug if it happens to me too.