Temporal function returning null

Hi,

What would be the right way of using the FEEL function now() to get the current date & time to an output variable ?

I am trying as shown in the image,

Screen Shot 2021-06-11 at 11.24.20 AM

I am getting a null value,

Screen Shot 2021-06-11 at 11.27.32 AM

Thank you

Looks like all i had to do was wrap now() in a string function,

=string(now())

1 Like