How do you handle that? In this current specific case it’s about an API that is a bit verbose and require a specific input in JSON. So I want to store the JSON “template” in the workflow and then simply replace the relevant data that I’m searching via the API. But how to store this JSON “constant” part in the workflow? Java and string nodes are annoying because of the need to escape the double quotes, so they are out. String configuration is also out as this part should not be exposed to a user of a component.
Then there is the JSON reader but I want to store this as components and last time I checked files can’t be stored as parts of components.