Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
I recall experimenting with {{index}} within iterators a few years ago, discovering it appears to be a just-in-time attribute of the list iterator and does not exist in a way which permits use in functions, filters, etc.
A possible workaround is to expand the list into another variable with each index, and then use inline filtering with match(). Perhaps like this:
action: create a new variable, which creates a delimited list of index and value pairs
27 comments