I have a collection called ROL_Roles_col and I would like to find the row where the value of the "Role" field is "Beneficiary", and get the index of that row (so that I can the value of another field in that row). I want to display this value in a text box that is outside of the collection. If I can get the index of the row with the value Beneficiary, I am assuming I can then use CHOOSE() to return the value?
So for example in the row that contains the role "Beneficiary", I would like to return the value from the "Address 1" field.
Thank you :)