SpaceX app tutorial search doesn't work

Hello, I'm training on Appian and have completed the SpaceX app for training, but the search does not return anything. Can someone help me figure out why the search box returns nothing based on the ri!searchText field? I can search in all other fields and get the data I need. 

The variable for searchText is set to "text" per the tutorial.

Below is a code snip from the tutorial, for the SpaceX_getAllLaunches_recordDataSource:

a!localVariables(

local!integrationResponse: rule!SpaceX_getAllLaunches(
pagingInfo: ri!pagingInfo,
searchText: ri!searchText,
launch_year: ri!launch_year,
launch_success: ri!launch_success,
flight_number: ri!flight_number
),

I'm out of ideas as to why this doesn't work. 

Thank you in advance for any help.

Jeff

  Discussion posts and replies are publicly visible