TIME FILTER error

I am making an automation for hotels, part of the automation is sending automated emails 2 days before the check in date requesting online registration of ID’s, idk how but I must be missing something in the filter because it keeps giving me an error. I am attaching screenshots.


Yeah that’s not a Make function in your screenshot. That’s just a copy/pasted string. Also that’s not how you setup a filter. You have the first function on top, then the second one on the bottom. Then you specify what to check from the dropdown.

Your brackets, operators, functions, or special variables were not selected from the Variables Panel.

Try selecting it again from the Variables Panel.

Alternatively, it is possible to type curly brackets like these {{ }} so that it ends up with a background color:

{{ ( }}
{{ / }}
{{ + }}
{{ = }}
{{ formatDate() }}
etc.

I also suggest doing this Make Academy, as it covers selecting brackets, operators, functions, or special variables from the Variables Panel.

For more information, see:

Hope this helps! Let me know if there are any further questions or issues.

@samliew