I am having an issue with pulling data from a previous answer to auto populate a text field. Here is my excel:

The 'select_one" works as expected.
The text I want to prepopulate based on the previous question does not. No errors are thrown, but no text pops up automatically.
I want to try to avoid if statements.
If I understand correctly pulldata("thecsvfilename", "the name of the field in the csv that corresponds to the above select_one", "the csv field that I want displayed on my text", ${the name of the above question user input})
Is there something wrong with my syntax? Or maybe it had something to do with the field types in my csv?