Hi Lily - thanks for the response!
I'm still a bit stuck - but maybe you can help me out?
As I'm building my output table, as before, if I put this in the "value" field,
item()?['Booking End Date/Time (UTC)'],
I get "April 29, 2021 16:30"
Then I tried "converttoUTC" with just a raw string as the input, and sure enough Flow read it as "time."
convertToUtc('April 29, 2021 16:30','Greenwich Standard Time','M/dd/yyyy HH:mm tt')
gave me an output of "4/29/2021 16:30 PM" (YAY that's what I want!)
BUT when I try to embed the "item()?" string in there like this:
convertToUtc(item()?['Booking End Date/Time (UTC)'],'Greenwich Standard Time','M/dd/yyyy HH:mm tt')
Then Flow fails! For this reason:
The template language function 'convertToUtc' expects its first parameter to be a string that contains the time. The provided value is of type 'Null'.
I have a feeling I'm making a very beginner mistake with the syntax - How can I correctly present the string to Flow so it is recognized as a time string to be converted?
Any clues?
Thanks very much!
Eric D - ACT Facilities AV