Limit number of records in a multi row variable set based on a condition

deep_singh
Tera Contributor

I have  checkbox named 3 records only in variable set that is a MRVS . I want that whenever its value is true, user should not be able to create more than 3 records in MRVS , and if that is false , user can create records of by default value i.e 50. I have written On Change Client Script , but It's not working. Please let me know the optimal solution.Screenshot 2024-04-11 122322.png

2 REPLIES 2

Deepak Shaerma
Kilo Sage

Hi @deep_singh 
can you please elaborate your requirement, for better understand what you want to achieve.
Please Mark this Helpful and Accepted Solution. If this Helps you to understand. This will help both the community and me..
- Keep Learning ā€Œā€Œ
Thanks & Regards 
Deepak Sharma

Hi Deepak ,

The requirement is there is checkbox in variables in Record producer , whenever it is true, Then the MRVS in the record producer should not be able to create more than three records, and if checkbox is false user can create 50 records(by default).