Asked by Sidas Litvinas on Aug 12, 2024
Sidas has nested loops for features and checkmarks, causing checkmarks to apply to all feature rows instead of specific ones. How to apply checkmarks per row correctly?
Answered by Anton
Anton points to another thread for the solution. The implied fix is to restructure the module fields, likely using a single repeater group where each item contains both the feature text and its associated checkmark data, rather than using separate, parallel loops.