I would like to have my pull from list reference a puller label to narrow down what entries to pull from in my global list.
Right now I have a token with a label token.Type = Autologous go through my "Pull From List". I would like it to only pull tokens from my global list that has the label token.Autologous = 1. (all tokens in this list have token.Autologus equal 1 or 0).
If I just leave the pull from list as is in its default setting it just pulls the first entry from the list
However If I do a query like SELECT token WHERE puller.Type = 1. It doesn't register and pull the whole token from the list. (Id like to pull the whole token from the list, not just a label)
Please let me know if any further clarification is needed as I know the above phrasing can be confusing.