Community Tip - When posting, your subject should be specific and summarize your question. Here are some additional tips on asking a great question. X
I need a Timestamp for some of my widgets but the expression does not work anymore in the updated version 8.4.
How can i evaluate the datetime in a expression ? Or do i need a service now ?
Solved! Go to Solution.
Try this instead :
"Output = new Date();"
and change the Output type to string.
The expression you show in the attached PNG file is: "new Date();"
try changing the expression to "result = new Date();"
Unfortunately that does'nt work either.
The Output in the Widget is "not a date..."
Try this instead :
"Output = new Date();"
and change the Output type to string.
Output type string does work, thanks!
datetime would be a little bit nicer, but string works for now!