saurabh - I see response here but not in return...
I see response on the firestore node but not in return node, what wrong am I doing ? #💬・general
Solution:Jump to solution
Use this, then it should sort order correctly. Fixed in the node tooltip tip too.
Eg:
[{fieldName: "asc"}]
or [{fieldName: "desc"}]
...19 Replies
@saurabh, run a full worklow test to get the response from the workflow. If you check logs it show show the data in response of the return node.
how to run the full workflow test ?
Click the Test button adjacent to ship on top
Gaurav ChadhaSaurabh chadha here 🙂 , bro I have been clicking on it
am I doing it wrong or its an error on buildship side ?
Hey @saurabh, your collection query node seems different, did you modified the output schema? Can you delete the collection query node and add it again. then try.
delete what ?
return part ?
collection query node
see I have added again and i dont need any limit, so what do i write here ?
and i also dont need order by
be quick plz
well it worked for now
i wrote 0 in limit
bhai order by aur limit pe error hai
I didn't get you, please use English as a medium of conversation. : )
From the above screenshot the error is in the order by field, please remove back-ticks then it should work. also you can click the node info tooltip to see the example field values.
what do u mean by back ticks ?
same result if i write ["name", "asc"] or ["name", "desc"]
Solution
Use this, then it should sort order correctly. Fixed in the node tooltip tip too.
Eg:
[{fieldName: "asc"}]
or [{fieldName: "desc"}]
ok trying