Hi All! I believe my expression syntax for “Item #” is incorrect, but I can’t seem to figure out why
Context: I would like to filter a list of texts (custom_status_labels_1
) by selecting the appropriate Item #, which is stored in another variable (current row's owner_requirer_join's custom_status_test
).
For example, if current row's owner_requirer_join's custom_status_test
is 4, I’d like to select the 4th item in the list of texts custom_status_labels_1
I’ve been doing that as follows:
current user's custom_status_labels_1:filtered
where :filtered goes to
current user's custom_status_labels_1:item #current row's owner_requirer_join's custom_status_test
Picking that section expression apart, there’s two pieces:
(1) the item # piece
current user's custom_status_labels_1:item #
(2) the selection of the actual number
current row's owner_requirer_join's custom_status_test
Unfortunately, that doesnt’ seem to be working for me, see screenshots below. I’m not really sure what the error is - thanks for any advice! I think it might be as simple as a missing parentheses or something?