Issue with Tracking Mode in Add Parameter Component

Hi everyone,

I have noticed an issue with the Add Parameter component, when using the default Enabled: Update mode. Initially, it works fine when adding a new parameter. However, if I modify the parameter scope (Type to instance or vice versa), it throws warnings and errors, preventing the parameter from updating properly.

Through some testing, I found two potential workarounds:

  1. Disconnect and reconnect the parameter definition input, which forces it to reinitialize.
  2. Switch the Tracking Mode to Enabled: Replace, which seems to resolve the issue and updates the parameter as expected.

Is this behavior intentional, or could it be a bug? It feels like the Enabled: Update mode isn’t handling parameter updates correctly in certain scenarios.



Hi Muhammad,

Thanks for reporting. It does look we can handle those better. I’ll get a bug report going.

One a parameter is added to the project with a scope i think you need to Replace at that point (note that creating via the UI does not allow a change)

Hi @Japhy ,

Thanks for your information.