I am building a flow that creates an Outlook Calendar event based on an Appointment field in another app. This other app does not use time zones.
When I run my flow, it keeps updating the appointment time to the users time zone, interpreting the appoint time as a dynamic value. Is there a way to have Make interpret the data as static data? For example, 2pm is 2pm regardless of where the user is located.
Does the âAppointment field in another appâ contain timezone data, or is it a plain field?
If itâs a plain field youâll need to capture the timezone as well so that you can convert it to the Outlook calendarâs time zone by using the parseDate/formatDate third parameter.
For more information, see
Links
Here are some useful links and guides you can use to learn more on how to use the Make platform, apps, and app modules. I found these useful when I was learning Make, and hope they might benefit you too â