Hi all,
I have a module setup with a list as the rows, and line items as the columns (there is only one line item, a boolean). I wanted to have it so each row (i.e. each item in the list) has it's own write access driver, but of course due to the nature of modules, in the blueprint view there is only one driver as it's per line item not per list item.
I guess I could have a long chain of ifs to fulfill this but that seems inefficient; is there a better way of setting this up so that each list item has it's own write access driver?
Regards,
Sam