Greetings
I am trying to format date time from UTC to iso 8061 I have tried formatDateTime(utcNow(),'yyyy-MM-ddThh:mm:ss') and it spits out both of the time stamps together like "2021-09-21T15:30:00.02300002021-10-15T11:13:43" How do I get it to just spit out the later half and not the utc as well?
Hi @46m4art :
Could you provide a screenshot of your flow in edit mode?
Could you create a compose action and then set its value to
@{formatDateTime(utcNow(),'yyyy-MM-ddThh:mm:ss')}
and check the result after it runs?
Best Regards,
Bof
I have tried multiple times, would it help to see the whole flow? It is not working on my end
Okay I tried the above and this is the error it kicked back, these are the types of errors I am seeing regardless of what I am trying. I feel like I am missing something
The 'inputs.parameters' of workflow operation 'Create_item' of type 'OpenApiConnection' is not valid. Error details: Input parameter 'item/TimeS' is required to be of type 'String/date'. The runtime value '"2021-09-21T15:30:00.02300002021-10-18T03:03:49"' to be converted doesn't have the expected format 'String/date'.
Michael E. Gernaey
497
Super User 2025 Season 1
David_MA
436
Super User 2025 Season 1
Riyaz_riz11
244
Super User 2025 Season 1