How to pass a data using moment from one table to 3 more tables

Hi i got my app for inventory, when i create a product, it inserts to 5 diff tables, how i can pass the same datetime to all tables? right now im using {{moment()}}

but in the other tables im getting diff values, diff seconds of difference.

i tried using temp state with this

using changeset value of created_at in my db looks likes this

thank you

i just fixed by creating a field date time and hide it from form and use that for temp state var to pass it to the next tables :slight_smile: thank you