Hello everyone,
Can sombodey please help me with right syntax?
I have a StartDate variable set from a power app but want to set the time to 8:00 o'clock inside power automate.
With the EndDate exactly the same but the time will be 12:00 o'clock.
Thank you.
Solved! Go to Solution.
@jakubz you have to provide both start and end date time in format following format. Also you need to select the timezone.
2021-02-21T08:00:00
You can concat using following expression, you your dynamic content in place of outputs('Compose_10') when you use these expressions.
For start time
concat(formatDateTime( outputs('Compose_10'),'yyyy-MM-dd'),'T08:00:00')
For end time
concat(formatDateTime( outputs('Compose_10'),'yyyy-MM-dd'),'T12:00:00')
@jakubz you have to provide both start and end date time in format following format. Also you need to select the timezone.
2021-02-21T08:00:00
You can concat using following expression, you your dynamic content in place of outputs('Compose_10') when you use these expressions.
For start time
concat(formatDateTime( outputs('Compose_10'),'yyyy-MM-dd'),'T08:00:00')
For end time
concat(formatDateTime( outputs('Compose_10'),'yyyy-MM-dd'),'T12:00:00')
Thank you, its working perfectly!
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Announcing a new way to share your feedback with the Power Automate Team.
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
User | Count |
---|---|
46 | |
18 | |
14 | |
14 | |
12 |
User | Count |
---|---|
61 | |
42 | |
25 | |
24 | |
19 |