I’m doing something relatively simple but running into a question.
I’m simply converting the current date and time into a UNIX timestamp using the EXTRACT method.
For example:
Dec 14, 2022 8:41 am = 1671036060000
Bubble creates a 13-digit number.
My API call only works with using the first 10 digits of this number (1671036060).
There is no “characters until” type of method to capture just the first 10 digits. Is there an easy way to grab just the first 10 digits so I can drop it into a Custom State?