I am trying to search data by google sheets, the filter is a data retrieved by a webhook, before it was working and now I am not getting any data.
Hi,
This may be related to case sensitivity. You will want to ensure that the text in your webhook matches exactly with the text in your Google Sheet(including capitalization). If there is a discrepancy, you can use the “startcase()” function to standardize the text format and ensure they match
Cheers,
Harsh
Hi @carlos_Leon , ideally this should work. You can also make sure if you have selected the right column from the drop down because in cases where the columns to search for has been shifted on the main sheet and it might be updated on the filter. If the stock number is only a numerical value, you can also use the numeric operator instead of text operator.