Describe the problem/error/question
- Node #1 contains string “test123”
- Node #2 should execute system command
echo test123
based on previous output - Instead it’s executing
echo {{ .mystring }}
- WHY?!
echo test123
based on previous outputecho {{ .mystring }}
It looks like your topic is missing some important information. Could you provide the following if applicable.
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.