Reservation update scenario. Read Below
Hey everyone, I'm looking to build this automation, or something similar, but I'm unsure about a few steps:
-
I've got the email setup sorted. I've created a filter in Gmail to automatically pull specific subject emails from a particular sender. That part is straightforward (already completed).
-
From those emails, I need to extract specific data from the notes section: Check-in date, Check-out date, and Number of guests. I'm not sure how to accomplish this data extraction.
-
After successfully extracting this information, I need a way for the system to intelligently determine where to place the data within a Google Sheet. For instance, if an email indicates a reservation from October 2nd to October 4th for 3 guests, I need an intelligent system (or whatever the correct term is) to understand that the cell in the sheet under the "October" column corresponding to the check-in date should be updated with a value indicating "3 guests".
-
The notification part, I know how to handle.
Hi
Could you please share the sheet along with sample data, specifying which column each data point should be mapped to?
Best regards,
Msquare Automation
Gold Partner of callin.io
Please provide the rewritten markdown content *it should be in the markdown format.
Hi there!
Here's a sample workflow:
First, we need to search for the row with the check-in date. Please ensure the date format is consistent between your sheet and the incoming data.
Update the retrieved row with the number of guests.
Best regards,
Msquare Automation
Gold Partner of callin.io
Thank you for your assistance! I'm looking to build something that matches the date and updates a single month. I believe this type of filter should work. My only concern is if a date has a day number less than 13, could this cause an issue? I hope my explanation is clear.
Hi there!
If you need to pass only the date in November, you can implement a filter like this. The parseDate
function is used here to specify the format of the date you're providing, and it will extract the month number using the formatDate
function.
Best regards,
Msquare Automation
platinum of callin.io