I'm experiencing some strange issues in my PowerApp and I'm not sure if it's a bug or if I'm just missing something.
I have a very simple application with a form with a data source that points to a SharePoint list. There is a date field in this form. First, everything submits correctly when running the app in Edit mode. I run into this issue whe running the published version. When published I noticed that it's submitting the item but the date field isn't being populated. I started to de-construct the app to see what the issue could be. I noticed when I removed my Navigate function from my submit button that the date was populated correctly. I've attached a screenshot of my button with the navigation function. It's simply navigating to a screen with one label that says "success". If I remove the Navigate from my button it submits correctly. I cannot figure out for the life of me why this would be. Any ideas?