Hello everyone,
I have a workflow that monitor a webhook and each time it receive a lead it connect with Google Sheets app and Add a New Row !
It's working....
Based on this, each event that webhook receive come with a unique ID, and I record this in my google sheets, each new row have:
Example: Date | Name | Phone Number | Message | Unique ID
Let's say that my excel have already 1000 leads...
How can I monitor and use the same workflow to check before add a new row if there's already a row with this unique id and if it exist instead of add a new row, just update the row that already have this unique ID?
I saw other actions like Update Row, Update Cell, etc... but they need know the row index and other informations that I don't have... I need that pabbly connect search in the rows and find which row have the same unique id inside!
Thanks
I have a workflow that monitor a webhook and each time it receive a lead it connect with Google Sheets app and Add a New Row !
It's working....
Based on this, each event that webhook receive come with a unique ID, and I record this in my google sheets, each new row have:
Example: Date | Name | Phone Number | Message | Unique ID
Let's say that my excel have already 1000 leads...
How can I monitor and use the same workflow to check before add a new row if there's already a row with this unique id and if it exist instead of add a new row, just update the row that already have this unique ID?
I saw other actions like Update Row, Update Cell, etc... but they need know the row index and other informations that I don't have... I need that pabbly connect search in the rows and find which row have the same unique id inside!
Thanks