Boolean Array Not Tagging Correctly

Ignition 7.8.0
Logix Driver 2.8.0

Attempting to tag a Bool in a Boolean Array connecting to a Compactlogix Processor running Version 26.

Able to select the Dint reference i.e. MyBoolArray[0] which is a bool[32]

Change bool tag reference to MyBoolArray[0].0 , MyBoolArray[0].1

Tags still not referencing correctly.

This topic was marked closed in this post:
https://inductiveautomation.com/forum/viewtopic.php?f=72&t=13814&p=50347&hilit=boolean+array#p50347

However, this is not an easy to use solution. For example, Bool[96] - i would prefer this be one tag and not 96 explicit tags. It makes using it in a template much easier. Instead of trying to do modulo math on the array and bit, you can right shift based on template instance.