Hi PowerUsers,
I have this collection called "PayPeriColl" which holds the data of Pay Period Start and Pay Period End.
I'm making this collection on AppOnstart with the following code.
It gathers the record from a response returned by Flow / Power-Automate.

This is the result it returns

I want to apply format to these columns Like "dd/mm/yyyy".
As i have to display the result in a drop down.
Currently I am concatenating PayPeriod Start and Pay Period End from this record set and storing it in a collection called "PayPeriodRange" (See first image above).
This is what I have achieved with it

and this is what being displayed in drop-down

How can I apply format to record set in collection so that I may be able to display these pay periods in "dd/mm/yyyy" format ?
Best Regards,
Ali Nawaz