saurabh
saurabh•6mo ago

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
No description
Solution:
Use this, then it should sort order correctly. Fixed in the node tooltip tip too. Eg: [{fieldName: "asc"}] or [{fieldName: "desc"}]...
Jump to solution
19 Replies
Gaurav Chadha
Gaurav Chadha•6mo ago
@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.
saurabh
saurabh•6mo ago
how to run the full workflow test ?
Gaurav Chadha
Gaurav Chadha•6mo ago
Click the Test button adjacent to ship on top
saurabh
saurabh•6mo ago
Gaurav ChadhaSaurabh chadha here 🙂 , bro I have been clicking on it
No description
saurabh
saurabh•6mo ago
am I doing it wrong or its an error on buildship side ?
saurabh
saurabh•6mo ago
No description
Gaurav Chadha
Gaurav Chadha•6mo ago
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.
No description
saurabh
saurabh•6mo ago
delete what ? return part ?
Gaurav Chadha
Gaurav Chadha•6mo ago
collection query node
saurabh
saurabh•6mo ago
No description
saurabh
saurabh•6mo ago
see I have added again and i dont need any limit, so what do i write here ?
No description
saurabh
saurabh•6mo ago
and i also dont need order by be quick plz well it worked for now i wrote 0 in limit
saurabh
saurabh•6mo ago
bhai order by aur limit pe error hai
No description
Gaurav Chadha
Gaurav Chadha•6mo ago
I didn't get you, please use English as a medium of conversation. : )
Gaurav Chadha
Gaurav Chadha•6mo ago
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.
No description
saurabh
saurabh•6mo ago
what do u mean by back ticks ?
saurabh
saurabh•6mo ago
same result if i write ["name", "asc"] or ["name", "desc"]
No description
Solution
Gaurav Chadha
Gaurav Chadha•6mo ago
Use this, then it should sort order correctly. Fixed in the node tooltip tip too. Eg: [{fieldName: "asc"}] or [{fieldName: "desc"}]
saurabh
saurabh•6mo ago
ok trying