smit66New Contributor II5 years agoUnix timestamp in snaplogic Hello, I’m trying to generate time in unix timestamp format. Is there a snap function which can perform this task? Thanks, Smit
ptaylorEmployee5 years agoYou can also do it more simply with this expression in a Mapper: Math.floor(Date.now().getTime() / 1000)
smit66New Contributor II to ptaylor5 years agoThanks for your response, I’m currently using this solution.
Recent DiscussionsPagination Logic Fails After Migrating from REST GET to HTTP Client SnapSolvedFilter in map after aggregate & group byList column names from excel filesSolvedNo output preview using a specific groundplexHi, Is there a way where we can add delay/wait of 3~5 seconds before every post call?Solved