#How do I set/get response variable?
1 messages · Page 1 of 1 (latest)
1 messages · Page 1 of 1 (latest)
I have an automation that gets data from an LLM. I'm trying to get it's response variable and use it, but I cannot figure out how. If i want the variable to be "middlebrook", how do I reference it in another step in the automation? All I've gotten so far is to literally just have it pass the text "middlebrook".
The variable is populated in templates
so in some subsequent step you would have {{ middlebrook.something + 10 }} or whatever is appropriate for your use case
P.S Use the Trace option to see the contents of the response.