I am trying to take the output from json “slug” however after “data” that is “ETH” is dynamic,
{{$node[“HTTP Request”].json[“data”][“ETH”][“slug”]}} when I use this code, and user inputs BTC fore example, the “ETH” is fixed does not change. how could I fix that? thanks!
Understood it, what about if the json changes ETH to something else by it’self, how could I request to use whatever comes after [“data”][“new variableGOEShere”][“slug”]
thank you in advance,btw this tool is mind-blowing,I’ve been learning so much.
What if I could just specify that i want to use whatever comes after since it keeps changing[”data”][usethis][“slug”]