Using an if statement, assign the value from name_box to name if the field is filled, otherwise set it to Unknown.
name_box
name
Unknown
Make sure to pick if, followed by name_entered, and finally name_box.
if
name_entered