Hey guys,
I’m hoping to get help from people more experienced than me.
What I’m trying to achieve with my Zap in a simplified step by step:
1. Someone submits a Google Form
2. Add data from the form to a new row in the Sheet
3. Update the request number +1 to the previous request number
I don’t know how to get the request number from the already existing last row at the moment of creating a new row. I can’t look up the spreadsheet because I don’t have any value that I can input because none of them are known in advance.
Request # | Date of request | Full name | Sample column | |
1 | 6/30/2021 18:46:38 | Sample Name | sample@email.com | |
2 | 6/30/2021 22:25:28 | Sample Name 2 | sample@email.com | |
3 | 6/30/2021 22:32:48 | Sample Name 3 |
The number in Column 1 would need to go +1 every time a new row is created. Should I use a formula for that? I’m not familiar with them though.
Sorry if there is an answer for this already but I really tried to look for it and wasn’t able to.