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