The flex repeater passes in a "secret" index parameter. The index number is the array number.
Figure 1. The instance index.
On the repeated view add the index
parameter. I've set it to -1 so I know if it is the test value or the real index value.
Figure 2. Add the index parameter on the subview.
Now,
- Pass the index parameter to your keypad popup.
- Include the index number in the keypad sendMessage.
- On the subview message handler check the index number.
Figure 3. The subview message handler.
I might not have the scope set correctly in Figure 3.
It's in the manual but would be hard to find if you didn't know what to look for. Perspective - Flex Repeater | Ignition User Manual
Tip :
Message: Massage: