Hi @Rg4963
Use the Date Time connector.
Here's one I use for a Flow.
You can check out this Microsoft Blog for more info as well:
https://flow.microsoft.com/en-us/blog/working-with-dates-and-times/
Hope that does the trick?
Cheers
Damien
Hi again
That's because the first line is taking today's date so assuming the user is nominating a date, you'll need to use the date value that the user is choosing as Base time.
You could also try the other way to do date formatting which is to try this expression formatDateTime(utcnow(), 'dd-MM-yyyy').
Just replace utcnow() with the date value and it will be converted.
See if that works?
Cheers
Damien
User | Count |
---|---|
184 | |
124 | |
89 | |
45 | |
43 |
User | Count |
---|---|
261 | |
160 | |
128 | |
81 | |
73 |