Thanks, I was able to do a similar thing with listbox:
It returns the name from query1 by matching the object_id from my listbox to the id in query1.
{{query1.rawData.data.find(f => f.id === item.attributes.object_id).attributes.name}}
Thanks, I was able to do a similar thing with listbox:
It returns the name from query1 by matching the object_id from my listbox to the id in query1.
{{query1.rawData.data.find(f => f.id === item.attributes.object_id).attributes.name}}