Need help with Dynamic text (resolved)

Hello friends,

I am trying to have some dynamic text in wick. I have added a text object and converted it to clip. Now I don’t know how to change the text it has in it.

Some one please help me out here :sweat_smile:

Update: there is an option called setText in the code snippet section, I think that does the trick.

1 Like

Awesome, glad you found the solution to this!

textName.setText("newText")

should be the way to go!

1 Like