I have a requirement where I need to set a variable if any selections were made in any field. Example, I have 10 or more fields and if any selections were made in any field, we should set the variable with selected count. If multiple selections made in multiple fields, we should sum up the counts from all the fields and store it in the variable.
I could not figure it out on how we do that. Please help me on that.