I am new to Make, and I am an oldtimer at ease with SQL but a bit lost here, please bear with my newbee question:
I need to sync Google sheets and ClickUp tasks; So I need to change values in rows based on a given index field, for example email address.
- But when using “Edit Task” (Click* Up) I need to provide the Task ID, and cannot use the email fetched from Google sheet with “Get range value”
- When I use “Update a Row” (Google sheet), I need to provide Row number, not the email fetched from ClickUp with “List all tasks”
How can I “join” these two tables with the equivallent of a “where” clause? Are there detailed examples somewhere? I do not find relevant tutorial