question

Suraj J avatar image
0 Likes"
Suraj J asked Suraj J commented

How do you access labels on labels of tokens pushed to List?

I am trying to match the type of an item on token with another. The label 'Type' is on Item, which itself is a label on Token, which is pushed to a list. While using the where query, how would I use this information. I am aware of partitions, but I would like to know if second level of labels is accessible in Query.

FlexSim 18.2.0
list pull
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

1 Answer

·
Steven Hamoen avatar image
1 Like"
Steven Hamoen answered Suraj J commented

@Suraj J If you put "Type" also on the token just where you put "item" on the token you can use the advanced options of the list activity and add the Type label as a field. Once you have that you can use the WHERE query to also query on the Type field. (actually it will automatically be an option when you select WHERE)


labelinlist.png (28.9 KiB)
· 1
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

Suraj J avatar image Suraj J commented ·

That is how I solved it. I was looking for a way to access the labels without assigning them from item to token explicitly.
As I understand, as we are pushing the token to list, we can reference the item label on token but not the type on item.
Thank You.

0 Likes 0 ·

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.