Hi together
Here’s my problem description:
I have a Google Drive sheet with multiple rows and columns. The rows contain emails, and the columns have month 2, month 3, and month 6 as column headings in the first row, starting from columns L to P.
I receive an email address via a webhook. First, I use the “Search Rows” module to search for the row containing the email address. This works. For example, I get row 17 because that’s exactly where the email address is.
Next, I want to enter a “✓” in one of the columns from L to P in the row containing the email address found (in my example, it’s row 17). I simply want to use the next free column from the list. If columns L and M already contain a “✓,” column N is used, and the “✓” is entered there.
Hier ist the scenario from search rows:
“Search Rows” also works, I have used it elsewhere
Now the “Set variable”. I want to set the variable “freecolumne”. The empty column between L and P should be determined. For example, an M stands for column M in the variable “freecolumne”
Next, I use the “Update a Row” module. Here, I want to pass the variable “freecolumne,” which is the next empty column in the row determined by “Search Rows.”
From here on, nothing works.
I enter the row number in the correct place and then, at the very bottom, activate the slider for “Map” and “Show advanced settings.”
For the “Value input option,” I then enter, for example, the following:
{{if(19.freecolumne + " =L"; “✓”; )}}. I’ve already tried various other variants, including entering the columns themselves further above, even with an if statement, but nothing worked; I always get the same error.
Hier noch ein Screenshot:
How can I solve this easily, without using a lot of modules/operators and simply?
Thank you soooo much