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,
I am getting a null value,
Thank you
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,
I am getting a null value,
Thank you
Looks like all i had to do was wrap now() in a string function,
=string(now())