I added a checkbox to my DetailScreen, that sets a value in the Form of the EditScreen.
I also added a save button in the DetailScreen, with an SubmitForm(EditForm1) OnSelect.
That way the user can quickly adjust an item as being checked, withou having to navigate further to the EditScreen.
The setting of the value in the Form of the EditScreen from within the DetailScreen works fine.
When I navigate to the EditScreen and directly Save everything works fine.
But Saving directly form the DetailScreen results in an error:
An entry is required or has an invalid value.Please correct and try again
There is no error information where the value is missing or invalid.