Hello,
My App has been published for about a Month now and is being used both by our American team and our India Team.
The first page where data is entered has a hidden text box that uses the formula
(Text(Today(), "[$-en-US]mm/dd/yyyy"))
This along with data entered is sent to a collection which is "reviewed" on the next page and then edited or submitted into a sharepoint list.
This works fine with every user except one. There is one user on our India Team that has entered data about 8 times in the last month and the first 4 times the date should have read 5/7/2020, but read 7/5/2020. The next 4 times the date should have read 5/21/2020, but read 10/15/2021.
I honestly don't even know how to troubleshoot this. There are probably a total of 20 team members and there is only one problem with the dates.
Any advice anyone could give me would be great.