FEEL expression for now() in ISO 8601 format

Depending on where you’re using it, you might try
date and time(now(), "Z")
from the FEEL Documentation

The output I get is:
“2025-04-07T19:09:17.192047466Z”
But the decimal fraction of a second might be too long.

But… It is noted that that is a Camunda Extension, so not guaranteed to work on all FEEL implementations.

2 Likes