Processing new customers from QBO

Hello,
I’m looking to pull new customers from QBO each time one is added. I can set up a condition to check customers after a certain day/time. Each time this module runs, I want to update the time. Is it possible to use a variable in this situation that resets each time the cycle runs so that the time is always up to date and I’m not pulling in duplicate customers?

Welcome to the Make community!

You can use the built-in date functions with the special date variable now.

e.g.:

addDays(now; -1)

For more information, see the function documentation in the Help Center.

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

@samliew

P.S.: Investing some effort into the Make Academy will save you lots of time and frustration using Make.