Hi,
I can add new records to my Google Sheet, but now I would like to check if a similar record already exist before really executing the add-actions.
Maybe with an sql to count records with the new data (suppose 2 fields F1 and F2 to check); if count = 0 then add, else warning message “record already exists”
Thanks for helping.