So I can get the Item at a specific index in a list,
But
How would I get the index of a selected item?
I would put this computation in a separate virtual column.
So I can get the Item at a specific index in a list,
But
How would I get the index of a selected item?
I would put this computation in a separate virtual column.
Not (easily) possible. Vote for the feature request here:
[New expression: INDEXOF()](https://community.appsheet.com/t/new-expression-indexof/29661) Feature Requests
INDEXOF(item,list) : Returns the index value of item in list. Example: INDEXOF( “g” , LIST( “t” , “h” , “g” ) ) returns 3
Shucks,
Ok, I’m out of Votes.
I voted for it.