Hello,
I'm having issues with the following flow:
When a new response is submitted in Microsoft Forms, create an event in Office 365 Outlook with start and end meeting time.
-> Basically the employee chooses in Forms the best date and time for a meeting
-> But I'm struggling in Convert Time Zone in order to properly create the event in Outlook
('Get_response_details')?['r74e3e959a1fc4db081e9bbe32280a111'] equals the date on Forms.
Format string:
-> After run i got the following error:
Thanks in advance!
Solved! Go to Solution.
Is the date comming in from the Form as a string? If it is then you may need to break it apart and rearrange it to the correct formatting to use it as a DateTime string. If its a date already then you should be able to use DateTimeFormat.
ISO 8601 specifies that the date portion of a Date Time string is always formatted as yyyy-MM-dd. Yours is formatted as dd/MM/yyyy. Switch the order around and you should be fine.
@Pstork1, I really appreciate your help.
However, I've switched the order to yyyy-MM-dd and I am still getting the same error.
The date: 15/10/2019 13:00 is from the selected date in Forms.
Thanks in advance,
Regards!
Is the date comming in from the Form as a string? If it is then you may need to break it apart and rearrange it to the correct formatting to use it as a DateTime string. If its a date already then you should be able to use DateTimeFormat.
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 |
---|---|
70 | |
22 | |
18 | |
17 | |
13 |
User | Count |
---|---|
126 | |
37 | |
30 | |
28 | |
26 |