Comment #⁨1⁩

A ternary operator that evaluates based on a field value would be useful. E.g. If I had a boolean "Is JSON" field, I could display the node as a JSON object when it is true/checked. This would be useful for formatting a node and using it in the payload of the "Make API request" command. E.g.

${Is JSON} ? { "name": "${name}", "state": "${State}" } : ${name}