Hey guys,
So on the picture you can see that I have a query called GetPolicyHolder.
And when I ran it and console.log the data After the query I got
"Father" as one of the Tags.
So in this query appsmith only got one data which is Father
But on the second picture when I ran the query manually you can see that there is loads of data after Father like Testing, Phone_Only, 2-Sons.
Also the datasource is synced up with the Query from the sheets but not from the JS Object.
The JS Object only has "Father"
TL;DR
The query form js object is different than with normal query