binding from data model 1 to many into adaptive form
I have this two tables.... and there is a relationship of one to many
one pcx_casemotion to many acms_portalcaseplayer

this is the JSON data that it produces as you can see there are 14 acms_portalcaseplayer(s)

on my adaptive form i want to bind the acms_anumber to that field below.

what is not clear is:
how do I bind the [5] object of the 14 ??
is there an specific bind reference format?
does the model need to pass more arguments to get to the [5] object of the acms_portalcaseplayer?
Thanks