
Announcements
Hello,
I have a flow that receives all emails that are in a google sheet column. And after I send an email to each email adresse.
But sometimes the email adresse is empty...
I use a select to get email cell.
But when the cell is empty the select return a [""]
I have trying to add a conditon to test if the select is empty or null but without result.
I don't know how to test if select is egal to [""]
If someones have an idea !
I have trying condition with egal to null() or write "" text but without sucess