Has anyone experienced this? When I convert a UNIX timestamp to a bubble date using the Date/time convertor Plugin, the save to database action is always 1 step behind. Example:
- run the workflow to convert timestamp 631173600000 (January 1, 1990 12am) on OBJECT 1 to bubble date and save to database. = nothing is saved to database
- run the workflow again on another OBJECT 2 to convert a different timestamp 1693544400000 (September 1, 2023 12am) and save the object as a date in the database and January 1, 1990 12am gets written to the date field for this object!
This goes on and on, always 1 behind. I tried adding the pause before saving to the database, putting the make changes to thing action inside a custom event that pauses again like shown in the demo editor, but nothing works.
My UNIX timestamp is being generated using javascript but it comes out correctly every time. Anyone know what could be going on here!?