Hi @Gautham001 ,
Since the 'Plant Name' is complex field which is not supported for evaluation, so I use AddColumns function to create a new column to save the Value of 'Plant Name' column.
Why do you want a Text box? What does it mean? The Text box is not supported to select options if there are multiple options.
If there is only one option and you want it shown in the Text box by default, please try this:
Set Default property of Text box
First(Filter(Choices(Cards.'Plant Name'),Value in Filter(AddColumns(Cards,"Column1",'Plant Name'.Value),Location.Value=DataCardValue11.Selected.Value).Column1)).Value
Modify Update property of Datacard:
LookUp(Choices('Test 0910'.Cho),Value = TextInput1.Text)
Hope this helps.
Sik