Show Exec step returns in UI regular tree view

The Exec step (the one that allows you to execute Library actions in the NodeJS server target) can return elements (viewable in the Data Binding Picker), but such elements are not visible during the normal tree view. I suggest adding a collapsible tree to Exec steps to show their returns, maybe hidden by default to not clutter

I use “exec” library actions extensively.
But currently, if you have several nested library actions, in Data Binding you only see nodes of the closest one. And any nested “exec library actions” will be shown in the tree like simple nodes - you can’t expand them.

So in order to make this all work I have to create many additional variables and bind them together.

That is why I fully support this suggestion.