#How do I set/get response variable?

1 messages · Page 1 of 1 (latest)

proud fox
#

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".

young sage
#

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

wary wave
#

P.S Use the Trace option to see the contents of the response.