Dear,
I have a SharePoint list with barcodes. People can click on a certain barcode and then give me some information. But once they give it back these questions need to be reset to blank. So once a new person comes he can fill in the questions. But it always needs to be tagged to the barcode.
Right now i am struggling with how to do the following function.
If(DataCardValue16.Selected.Value = "Beschikbaar"; Reset(DataCardValue11); SubmitForm(EditForm1))
So what i am trying to do here is. Button -> OnSelect > Function above. If a dropdown menu is selected on "Beschikbaar" then reset an other datacardvalue to blank otherwise submit the editform. But i keep getting errors that i can't use the reset function.
How can i make this function work?
With ki