Bind Text parameter to Field text UI

I’d like to control a text from my custom controller but also from the ui in perform mode. So if i change the field text, my custom text parameter would changes as well. Is there a way to bind those two?


The fieldComp is depcreated. Use the TextCOMP instead. There you can also bind to the Value0 parameter.

1 Like

thank you!!