Hello,
Please can someone help with the process of creating a variable that I can re-use multiple times throughout a flow. I'd like to change the below time to something a bit friendlier for users to read - ideally also in British format so it looks something like this: DD/MM/YY - Time, Day.
Here's what I currently have it throwing out:
2021-09-07-T16:00:00.0000000Z
Any help would be greatly appreciated.
Hi @BP-PT ,
There are two options.
If you don't want to muck around with expressions, you can use the Date Time connector. Its quite simple to use and you can format your Date Time relatively easily
Alternatively, you can use expression e.g.
formatDateTime(utcNow(), 'dd/MM/yyyy hh:mm tt')
--------------------------------------------------------------------------
If I have answered your question, please mark my post as a solution
If you have found my response helpful, please give it a thumbs up
Connect on LinkedIn
User | Count |
---|---|
88 | |
39 | |
23 | |
20 | |
16 |
User | Count |
---|---|
129 | |
50 | |
48 | |
35 | |
26 |