B
BuildShip
X
BuildShip
•
10mo ago
•
6 replies
xbommer07
Reference a specific value in JSON output from Firebase query
I have a node that queries a firebase collection
. it returns the results as a document body which is JSON formatted
.
{
"Authentication
"
:
"Value
"
,
"ConnectionID
"
:
"Value
"
,
"Location
"
:
"LocationID
"
}
I need to use the authentication value in the next node but do not know how to reference only the authentication value
.
in javascript I would say
{
{ Nodename
.data
.authentication
}
}
How do I reference this
?
I even tried some of the JSON nodes but still no luck
.
Solution
@xbommer07 It looks like you
're outputting an array
, so you may need to do
Nodename[0].data.authentication
Nodename[0].data.authentication
Jump to solution
BuildShip
Join
Join founders, builders, devs using Low-code / No-code to create backend, APIs, scheduled Jobs, automation, AI workflows
7,971
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Similar Threads
Was this page helpful?
Yes
No
Recent Announcements
Similar Threads
Extracting JSON value from OpenAI node output into Notion
A
Ahmad / ❓・buildship-help
3y ago
query a firebase subcollection
T
Thomas / ❓・buildship-help
2y ago
Firebase filter condition = document reference in another collection
S
syraxidlemind / ❓・buildship-help
2y ago
How to set document reference in Firebase Node
M
Md Rashed / ❓・buildship-help
2y ago