i have a component with two configurations inside. In the same component is a javascript view.
With the configurations i want to configure the javascripe view. That’s all fine.
The problem:
When i run the component after setting the configurations, the javascript view did not open and the workflow throws an error.
How must i do this?
I want both, the configurations and the javascript view in the same component for sharing it.
There is no direct error message.
The Javascript View doesn’t open but executes. So the user can’t select values in the javascript view and the next node throws an error because there is no output from the javascript view.
what is the error message in the JSON to table node? (hovering over the red!)
Also in case (2) is the json correctly shown as variable?
Does the screenshot cover all the contents of the component?
thanks for the additional info.
But as far as I can see the problem lies somewhere in the code of the generic javascript view
Would it be possible for you to provide an example workflow?
Else it is quite hard to determine why the view does not show…
Maybe another way around - do you need the user input? Maybe you can always give the result in all 3 formats?