Hello, I’m trying to fill in a line of the google spreadsheet through the data captured by the webhooks, that is, if the webhooks sends “name, email and phone”, I need to search the spreadsheet if it already has this registration and if it has the registration, it does not need to execute nothing, but if you don’t have this data in the worksheet, I need to fill in a new line in the worksheet with this data.
my problem is that when I try to search the data in the worksheet and it does not have it, I cannot continue to fill in the worksheet.