Resolved! How to store json array values into variables using loop?
Request is from 3rd party tool like : "weekoff" : "[{saturday, sunday}]"; then, I have 7 checkboxes named (monday,tuesday,wednesday,thursday,friday,saturday,sunday) on catelog item. and I want to check saturday & sunday check boxes. How to achieve th...