I have a Sharepoint list with an "audit period" (ie, 2017 - 2020). The beginning period and ending period is pulled from another list (ie 09/01/2017 and 12/31/2020). These values are stored in my list audit list. When I display them in power apps, they are formatted as "2020-05-31T07:00:00Z" .
I've tried to reformat using the text command --> Text(ThisItem.'ContractPeriod:BegDate',DateTimeFormat.ShortDate) but I can't use this function as the data type is record and the function is text. Does anyone know how to resolve this?
thanks
Ruth