

i am Trying to reset the form after its submited and it should navigate to Done page but i get these 2 error please Help.
ForAll(
Filter(
BrowseGallery1.AllItems,
Value(QtyInput.Text) > 0
),
Patch(
'Device ordering list',
Defaults('Device ordering list'),
{
Title: ArtInput.Text,
Anzahl: Value(QtyInput.Text),
Comments: CommentsInput.Text,
Standard: DescInput.Text
}
)
)
Reset(ArtInput);
Reset(QtyInput);
Reset(CommentsInput);
Reset(DescInput);
Navigate(Done,None);