I get Bitcoin price from source 1 (http request node 1)
Set node 1: myPrice = source 1 Bitcoin price
If node1: If source 1 is available: (true)
Google sheet node 1: add it to my google sheet table by append.
If node 1: If source 1 is unavailable: (false)
Http request 2: get Bitcoin price from source 2
Set node 2: myPrice = source 2 Bitcoin price
Google sheet node 1: add it to my google sheet table by append.
In google sheet node, how can I get myPrice variable without attention to its node?