Item # syntax incorrect?

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?

image

image

image

Hey @darin. The issue is not about item # or custom status test. The constraint should be result in a yes/no type. Simply, Filter constraint is to filter out the elements you don’t want. If you already know which item to choose as default. Just type the things in the constraint to the default value directly and it should work.

1 Like

Of course! Works perfectly, thanks @hergin !

1 Like

This topic was automatically closed after 70 days. New replies are no longer allowed.