Enumeration visibility in Zero Touch Node

Hi everyone, I have one question about Zero Touch Node. I’m trying to create a library for Dynamo (Zero Touch node) as well as for python scripts. I wrote two functions for creating a shared parameter from a shared parameter file.


The function for Dynamo (“CreateProjectParameterDyn”) calls under the hood the function for python scripts (“CreateProjectParameter”). It works fine, but I have a problem with enumeration visibility for the BuiltInParameterGroup. Dynamo automatically creates this list with all enumeration items. Is it possible somehow to hide it?

Any help would be appreciated.

Try change type enum input this one to type dynamic

1 Like

Thanks a lot. It helped :slight_smile: