Dear Camunda community.
I am using graphQL connector in my process which expects StartDate variable as timestamp. My form collects StartDate as Date type. How do I corectly convert it into timestamp with FEEL expression to the following format: 2024-09-14T00:00:00
I’ve tried this expressing which haven’t worked:
“StartDate”: date and time(StartDate, time(00, 00, 00))