Param name change

Hi.
I use workflow API with JSON container on input. When developing a workflow, I named the container parameter as ScoreCalc

.
But when checking API definition after uploading to the server, the parameter was called ScoreCalc-309

Why does the parameter name change? How to make it so that it does not change?

The name is changed automatically to ensure that it is unique, that is why the node id is being added as postfix. If the parameter name has been unique in the first place already, you can just address the parameter with the name specified, no need to add the postfix.

1 Like