Use jr:choice-name as "choice_filter" in repeat group - How to reference name value not label?

Hello all! I am trying to filter choices in a select_one within a nested repeat group based on responses to a select_multiple outside a repeat group.

What I want to do specifically is filter the “items sold” by “vendor type”.

I tried using ${c2} as the choice filter but I think it is returning the label and I need it to return the name. Any thoughts on how to do this would be great!

Cascading select set up:

Hi - I solved my own issue. I added another calculate called c5

selected-at(${marketplace_types_of_vendors}, position(…)-1)

1 Like

@happygreenshmoo, thank you for sharing the solution with the entire community!