Hi,
I am looking for a way to pull data from an earlier repeat section following conditions that I would determine. For example, I would like to pull the position index of a certain repeat entry if it fills those conditions.
Something like:
x = repeat_index where ((field_name_1 == 123) AND (field_name_2 == ''cheese''))
I know this is not the way it would be implemented in Survey 123. It's just to give a broad idea of what I need.
Thanks in advance!