Skip to main content

Hi,

I would like to know on how can I get the current time or previous time the trigger was polled by Zapier.. There is “zap_meta_human_now” to get current time.. However, I can use it only as a parameter.. I need the value as a default parameter available in API Configuration Form/Console Mode..

Hi @Vanee! You can use code mode and use Javascript’s Date object to get the current time. Though, that wouldn’t enable you to get the time that the Zap last triggered - it’s not possible to do that, sorry!