Variable Inputs not loading from data file(xlsx)

I recorded a data entry session, then created variables(mapped to an excel doc) to replace the dummy text in two input fields, however when i run the test it does not populated the text fields with the data from the document. i have no idea what im doing wrong.
image

WebUI.setText(findTestObject(‘Object Repository/Page_ERaSE Add Location/input_Location Name_locationname’), locationname)

WebUI.setText(findTestObject(‘Object Repository/Page_ERaSE Add Location/input_English Name_englishName’), englishname)