Hello,
I have another question.
I have the following forms:
Form 1: In this form you have to make a rule and fill give them 3 labels:
Label_1
Label_2
Label_3
Description
Form 2: In this form you have to make a selection based on Label_1, Label_2 and Label_3.
After selection the submit button it has to do:
Create new records in Form 3 based on all the rules in form 1 from the selected Label_1, Label_2 and Label_3 in Form 2. So all the labels which are equal on the select Labels in Form 2.
I have do have written the scrip to create the rule, but it only creates one. How can I create multiple rules?