Hello everyone, I am facing this problem for 4-5 days and cannot find solution. MY scenario is this: Webhook receives data date but it is string,name, surname and phone number ,Google sheets Search rows Should have to search for similar date and time from google sheets, and then Google sheets update Row PLACE Name, Surname and phone number to that line which been received from Search Rows by placing ROW NUMBER RECEIVED from Search Rows.
Here is the problem, the google sheets search rows do not return any similar data, even i checked everything, I used AND filter to separate date and time because there columns in google sheets DATE AND TIME ALSO separated
BELOW YOU CAN SEE ALL INFORMATION TO FIND IF THERE IS MISTAKE. PLEASE HELP ME TO FIND OUT MISTAKE .
Instead of using βDatetime operator equal toβ, I suggest using the βText operator equal toβ because google sheets returns the date as a string and you are also converting date into string.
Ahhh, well the 1.date string wasnβt a date value after all and was just a space delimited stringβ¦ the split() would not work on a native datetime value since there is no space inside it. Good eye @RBalani !
Seeing the actual output bundle in the webhook would help to figure out what sort of data type 1.date is.