@mheinst try formatting datetime like this
formatDateTime(utcNow(),'yyyy-MM-dd hh:mm:tt')
OR
formatDateTime(utcNow(),'yyyy-MM-dd hh:mm')
First one will give date and time with hours,mins and seconds
Second one will give date and time with hours,mins
--------------------------------------------------------------------------------
If this post helps answer your question, please click on “Accept as Solution” to help other members find it more quickly. If you thought this post was helpful, please give it a Thumbs Up.