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:
- Disconnect and reconnect the parameter definition input, which forces it to reinitialize.
- 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.