What is your goal?
Hi everyone,
I’m building a scenario in Make where:
Users submit a Tally form selecting multiple travel routes.
I have a Google Sheets database containing the prices for all possible routes.
I want to calculate the total price of the routes selected by the user.
Based on the number of travel days and the total price, I want to determine if a recommendation is “Yes” or “No” using these rules:
If days < 7 and total price > 50,000, then recommended = Yes, otherwise No.
If days ≥ 7 and ≤ 14 and total price > 80,000, then recommended = Yes, otherwise No.
If days ≥ 15 and total price > 100,000, then recommended = Yes, otherwise No.
I’m looking for guidance on the best way to implement this in Make, including:
Calculating the total price from multiple selections.
Handling conditional logic for the recommendation based on days and total price.
Thanks in advance for any examples or tips!
What is the problem?
Hi everyone,
I’m building a scenario in Make where:
Users submit a Tally form selecting multiple travel routes.
I have a Google Sheets database containing the prices for all possible routes.
I want to calculate the total price of the routes selected by the user.
Based on the number of travel days and the total price, I want to determine if a recommendation is “Yes” or “No” using these rules:
If days < 7 and total price > 50,000, then recommended = Yes, otherwise No.
If days ≥ 7 and ≤ 14 and total price > 80,000, then recommended = Yes, otherwise No.
If days ≥ 15 and total price > 100,000, then recommended = Yes, otherwise No.
I’m looking for guidance on the best way to implement this in Make, including:
Calculating the total price from multiple selections.
Handling conditional logic for the recommendation based on days and total price.
Thanks in advance for any examples or tips!
What have you tried so far?
I tried quite a few things but running out of credits and not working. aggregators do not aggregate and keep re ruinning








