Hi,
I am using the Add to Time action successfully in my flow and it returns the accurate date and time as below
"2022-08-30T15:05:20.0184281Z"
What I want to do is just get the HH:MM:SS values from this string (so "15:05:20") using a compose action - I think I need to split and then trim, but I am getting stuck. Any ideas please?
So far I am trying this but getting confused...
split(body('Add_to_time'), 'T')
Thanks,
K.
Dear Kosenurm,
I believe you can best use the formatDateTime() in the Expression.
Please have a look at: https://docs.microsoft.com/en-us/troubleshoot/power-platform/power-automate/how-to-customize-or-form...
If this has helped, please indicate such in the thread as a solution.
Happy flowing,
Koen
You can use the formatDateTime function for this.
Here is the documentation: How to customize or format Date and Time values in a flow - Power Automate | Microsoft Docs
User | Count |
---|---|
89 | |
41 | |
22 | |
20 | |
16 |
User | Count |
---|---|
130 | |
51 | |
48 | |
36 | |
26 |