Hello there,
I tried to collect information from a form, but when I click the button to do it, it did not work, also I tried to reset the values after using the button but it also gives me an error.
Button configuration:
Error:
Any idea of how I will be able to collect form data? and reset it after I select the button?
Solved! Go to Solution.
Hi @Anonymous ,
Form control is connected one record of the data source, so to collect the form I assume that you are trying to collect this record. If my understanding is correct, then please use the formula below to collect this record:
Collect(col1,Gallery1.Selected)
Replace "Gallery1.Selected" with the formula you use in the Item property of this Form control.
Regards,
Mona
Hi @Anonymous ,
Instead of resetting all the controls inside the Form control, you just need to reset the whole Form control like:
Collect(...,{...});ResetForm(Form1)
Form1 is your form control's name.
Regards,
Mona
Is there a way to collect a form?
Hi @Anonymous ,
Form control is connected one record of the data source, so to collect the form I assume that you are trying to collect this record. If my understanding is correct, then please use the formula below to collect this record:
Collect(col1,Gallery1.Selected)
Replace "Gallery1.Selected" with the formula you use in the Item property of this Form control.
Regards,
Mona
User | Count |
---|---|
251 | |
102 | |
94 | |
48 | |
37 |