i did not check the monito tool !
But let me show you what i did with the code details!
1. On change of a field then the OnChange property Select the parent like here:
in this case, it is the Gallery!
2. OnSelect of the current gallery then this function is used:
Patch(colKapa; ThisItem; { Mitarbeiter: DataCardValue15_6.Text; Monat: DataCardValue17_6.Selected.DateMonthYear; Kapazität: TextInput3_1.Text})
so the collection should be updated
3. Then i click on the Beenden Button, which updates the dataset with the collection
The OnSelect function look like this:
If(varGridEdit1;Patch(Kapazität; colKapa));; Select(Button_Kapa_1);;
Set(varGridEdit1; !varGridEdit1)
my assumption is that the collection is not really updated well!