Hi Saul,
You can do this by using the following formula after your data pill:
.to_time(format: "_______").to_i
Take note that the format inside the quotes should be based on the format of the date/time in your data pill. You can refer to the following documentation for the syntax: http://docs.workato.com/formulas/date-formulas.html#strftime
I hope this helps!
Send us a ticket, we will try our best to assist you with your problem
Saul Macht
Convert Date to Unix Epoch Timestamp
How can I convert a date to a Unix Epoch Timestamp in formula mode?