Hi,
I tried doing a very simple formula as follows:
But when I do this, the name has 2 hours time shift compared to the Created At field when displayed in the page.
I also tried
without success.
Thanks for taking care of this.
Best,
I tried doing a very simple formula as follows:
Code:
ifThen(name=null, name=createdAt);
I also tried
Code:
datetime\format(createdAt)
Thanks for taking care of this.
Best,
Comment