Hi <@U081LBXGSF7> Since you're querying the collec...
# community-help
h
Hi @Kenn Since you're querying the collection that doesn't have declared the reference field, you'll have to specify join using
filter_by
. So adding
filter_by=$performances(id:*)
should help.