Hi, I try to pull entries from a partition of a list.
The query i want to use should match match a value from a label on the pulling token to a field from the list.
Just like this:
WHERE MyLabel == token.MyLabel
In the model attached I tried to do it with the logic bricks. I know that doesn't work as the assign label brick uses variant instead of string datatype.
But it shows what I try to do.
If i custom code it to make sure its a string value, it doesn't throw an error but just acts like there was no match in the list - which is not the case.
If i hardcode the query to:
WHERE MyLabel == "Direkt"
It works perfectly. But as soon as I try to use a label it just breaks.
I dug through all the questions here with similar topics, but i couldn't find an answer.
What am I doing wrong?List query.fsm