Hello,
I am new to using Power Automate. I am attempting to set up a flow whereby events submitted to a Microsoft Form are automatically added to an Outlook Calendar.
At first, I was having trouble with adding the date and time of events (as these are distinct fields in the form, but one field in Outlook), but I think maybe that has been solved using the "Convert Time Zone" action. However, I am still receiving the following error code:
And this is the flow:
Any help would be greatly, greatly appreciated!
Solved! Go to Solution.
Hi @rohurtu ,
Follow the suggestions provided by @ChristianAbata , you could add T between Date and Time to solve this issue.
When you filling the form, time should be the format HH:mm.
Image reference:
Hope this helps.
Best Regards,
hi @rohurtu please add to your end and start date a Z at the end. You can add a concat expression like this.
concat('YourOutputConvertTime','Z')
Proud to be a Flownaut!
@rohurtu in your start time and edn time filed from outlook event action
Proud to be a Flownaut!
hi @rohurtu is because you are adding the same value 2 time. you juast need one propertie or convert or expression
Proud to be a Flownaut!
Hi @rohurtu ,
Follow the suggestions provided by @ChristianAbata , you could add T between Date and Time to solve this issue.
When you filling the form, time should be the format HH:mm.
Image reference:
Hope this helps.
Best Regards,
User | Count |
---|---|
88 | |
37 | |
26 | |
13 | |
13 |
User | Count |
---|---|
127 | |
54 | |
38 | |
24 | |
21 |