SubmitForm(EditForm2); Navigate(Success, ScreenTransition.Cover); ResetForm(EditForm2)
Within this formula I am getting an error that says Production1: Field 'production1' is required but the only place this lives is on the Display name of the DataCard.... DataSourceInfo([@'VCC Show Reports'],DataSourceInfo.DisplayName,"Production1")
Weird part about this is also that I don't have anything named Production1 so I don't know where it is coming from. I was having an issue with a Datacard where the value of the selected data card was not posting to the sharepoint page, so the advice I got was to add a dropdown change the Items of the drop down and than change the Update on the datacard to reflect the change to a drop down. but this didn't work either.