Hello ,
Fisrt, Sorry for my English
I'm an Airbnb host and use zapier to automate a certain number of tasks.
I also use Notion for accounting, stock management, and cleaning tasks.
In this case I would like to count the number of guests I have per month so I know how many cleaning tasks I have to pay the cleaning lady.
Do you guys, have any idea how I could increase the number of bookings per 1 (+1) each time a booking is made ?
For now I've set up email parser.
Each time I receive a bookings confirmation from Airbnb it creates a an event on Gcal and updates my data bases on Gsheets and Notion.
But I would like to have a counting system so I don't need to manually count bookings.
I'm not sure what app I should use for that, maybe using code by zapier :
-> using "look up row" task on Gsheets
-> getting the value on a cell made for that (let say it's 2 bookings)
-> use a formula to increase the value (+1) That's the part I'm lost.
-> update the same cell with the new value.
I hope my explanations are clear enough so you can give me your help
To resume, I guess I need to find the right code formula to increase by 1 the data found in a gsheet or Notion cell.