Hello, I'm working on an issue related to Power Apps and I need help with converting the date format from a gallery to a collection.
I have a gallery that fetches data from a data source. Within this gallery, there is a column with dates in the "dd/mm/yyyy" format. I would like to transfer the information from this gallery to a collection with the format "mm/yyyy". I've tried modifying the "Default" property of the DatePicker control by setting it to "mm/yyyy", but the format is not saved in the collection.
I also attempted to use the following formula: Text(ThisItem.item_SaleDate, "mm/yyyy"), but I couldn't achieve the desired format.
I would greatly appreciate it if you could provide me with a solution or alternative to achieve the desired format when saving the data into the collection.
Thank you very much for your assistance!

Report
All responses (
Answers (