You’re trying to use a reference to a widget that has not yet been created. Also, you never actually Set the reference anyway.
Use the Return Value on the Create Widget node, set the reference, only then access the variable and set the text var.
You’re trying to use a reference to a widget that has not yet been created. Also, you never actually Set the reference anyway.
Use the Return Value on the Create Widget node, set the reference, only then access the variable and set the text var.