I’d make a variable in the “NewWidgetBlueprint” widget, named DisplayText (or something logical), and mark it as “instance editable” and “Expose on spawn”. This will expose the pin on the Create Widget node, and you can connect it directly
Then inside the NewWidgetBlueprint, on EventConstruct set the text in the TextBlock to the text from the variable.