How to convert August 10, 2025 9:30 AM to Unix timestamp

Hey everyone, could use some guidance here, I’ve tried so many ways to come to a solution but not getting anywhere at this point. I have an incoming webhook with date field: August 10, 2025 9:30 AM and I need to convert this date into UNIX Timestamp so it looks like this: 1754825433 or something like that whenever its converted, but I’m getting the wrong output each time.

Hello,

You should parse date first- then format it to unix.

{{formatDate(parseDate(1.test; "MMMM DD, YYYY hh:mm A"); "X")}}

Helpful resource: Tokens for date/time parsing - Help Center