I have created the ability to run a query from my previous table but it is only showing one result to my query.
I know there are more rows in the table that meet my criteria but this is what I am getting for some reason (picture attached)
Below is the query
{ _id: {$oid: '{{table2.selectedRow.data.store}}'}}
I know it may be hard to see what is going on exactly but even from this picture, you can see there are other store object IDs in Table2 than are showing up in the bottom table.