I used bridge to populate a "time Completed" column at the time a status changes to Resolved, by placing the time modified into this clolumn. However, that's giving me a datetime formatted like: "2024-12-10T19:02:08Z"
I'm trying to reformat this datetime to align with the default created datetime: "12/09/24 11:34 AM".
Can I do this within the bridge workflow? Or can I do this with a new formula column?