Hi @Anonymous1198 ,
Apologies, but I don't understand what you mean by that.
What is it you need to get from the data source?
So far I provided solutions where:
- the name is equal to either of the three TextInputs
- the name is equal to all three TextInputs
If you're looking to get more that one item, you need to use the Filter function instead of LookUp:
Filter(
'account',
'name' = [TextInput3.Text] ||
'name' = [TextInput4.Text] ||
'name' = [TextInput5.Text]
)