Hello everyone,
I am currently using make.com to supplement some of the functions on AirTable.
I have a table of my Leads, with the {Lead Status} as the focal point here.
When {Lead Status} is updated to ‘Closed Won’
I want make.com to create a new record in my customer base.
I’ve set up make.com to watch the {Last Modified} field (which was set to only change based on {Lead Status})
The formula used was {Lead Status} = ‘Closed Won’
Then there is a filter set up, where {Last Modified} is “now”
However, nothing seems to be able to pass through the filter.
Even when I set the formula in the first Watch module to AND({Lead Status} = ‘Closed Won’, {Last Modified} = {Now})
Where {Now} is a simple formula field on AT, where SET_TIMEZONE(NOW(), ‘Singapore/ Singapore’)
But still, nothing passes through the filter. What can I do better here?
Thank you