Hey guys, I have 2 tables:
Table1: extras, Table 2: hunts
In hunts, I have an object list of extras added to the hunt.
I'm trying to create 2 lists: 1: extras not added to the hunt 2: extras added to the hunt
Getting #2 is easy (getting extras of a hunt)
I'm having trouble with extras not added to a hunt.
I tried querying all extras, creating a new array variable (extras_filtered), then using loops to add extras that don't match the item to the new list, but this is not working.
See screenshot of the api.
How would you go about this? Thanks for any help!