OnSelect functions on the + button:
ForAll(
Sequence(1),
Patch(
'Gallery Table',
Defaults('Gallery Table'),
{
Signature: "",
GUID_Form: If(IsBlank(TextInputCanvas8), varGUID, TextInputCanvas8.Value)
}
)
);
Patch(
'Gallery Table',
ShowColumns(
colGridUpdates6,
Date,
'Temp check',
Comments,
'Payroll No.',
Signature,
Hours,
Minutes,
AWB,
GUID_Form,
ID
)
);
Set(varReset6,false);
Set(varReset6,true);
By clicking Save, the data is sent to the list.
But sometimes for some reason two rows are created, although I click the + button once.
Does anyone know what the error might be?