Hello,
For context, users enter into a Gallery a Date along with their To and From destinations. They then click save on that item and it collects to a Collection. They can click a button to add additional rows for additional travel. There is a Gallery for In District travel and Out of District travel and Collections for both the In District and Out of District.
Here is the issue I am having, a single user is getting a bug when they select a Date and click the save button which collects it to a Collection, it saves it in a different Date format (Ex: April 22, 2021) than the format I force it into with code (Ex: 4/22/2021).
Here is a snipper of my line forcing it into format when they click save on that item: Patch(OutMileageCollection, ThisItem, {Date: Text(UE_DatePicker.SelectedDate,"[$-en-us]mm/dd/yyyy"),
The weird thing is, this only occurs on the Out of District Collection and only once they enter more than two items. I have scoured through all properties of this PowerApp trying to find something I coded wrong or overlooked or something that is not right. I have tried other ways of trying to force it into proper format as well.
Is there a setting on internet browsers, O365, OS, or something else that may be causing this? Any tips are greatly appreciated!
Thank you!

Report
All responses (
Answers (