Hello Folks,
I have a scenario where I have two Text Inputs. In the first Text Input box, users will type their asset number and the second Text Input has to show a different field value based on the asset number typed.
Here is the formula I am trying to attempt
LookUp(Table1,TextInput2.Text,Description)
But I am getting the following error

I have tried `Filter and Search` function as well. but no luck.
Any help is appreciated. Thanks