I have this confusing results from the built-in Get SharePoint items action, where i have 2 SharePoint fields: -
1) the built-in Created field
2) Custom field of type Date-Only named StartDate1
now using row api call _api/GetListByTile/Items(1111):-
i got the 2 fields in UTC time zone as follow, which is understandable as SharePoint store anything using UTC :-
but inside Get Items action, it will show the Created as-is in UTC, while for the StartDate1 it converted the "16-05-2026T21:00:00Z" into the site collection timezone (which is UTC +3), and show it as 17-05-2026, as follow:-
so why this confusion? i mean the GetItems should treat both fields the same, either to leave them as is, or convert both to the site collection timezone.. any idea what is going on ? or i am missing something?
Thanks