Using Bookings connector to store appointment data in Dataverse. How do I convert the time from UTC to the customers TZ dynamically, ie not using the 'Convert time zone' action since it doesn't allow me to programmatically send the customer TZ.
I've tried using using data options 'ConvertFromUTC' but I can't figure out how to send the variables for UTC and customer TZ.
I have customers across multiple TZs and storing time in local TZ is important for my business function.