Hi,
I created a scenario which, for each payment from a Payment Link Stripe, retrieves the email address used, searches for it in a Google Sheet where each row brings together user information (last name, first name, telephone number, email address , payment status).
So I would like, for each payment, Make to search Google Sheet for the email address used in Stripe, and once the row is found, update the “Payment Status” cell from “In Progress” to “Received” .
I can find the corresponding row in Google Sheet, but the problem is that for the “Update a row” module, I am asked for the row number. However, this number is not in the output of the “Search row” module. Make is asking for a row number but can’t map it to the one found in the previous step.
How can we get the number of a row in Google Sheet? I’m sure there is a very basic solution but can’t find it.
Thank you for your help,
Have a good day!
FS