
I am having a SharePoint list and we customized the default SharePoint form in power apps and we had Text inputs on the form. we want to display the default value of the Text Input with one of the Single line text column value from the list.
I tired the below formula using LookUp but it is not working. Please let me know if i am missing something from below.
Text Input Name is TextInput1_2 and my single line of text column name from list is 'Env_Item-11_Safety_Seal_NA'
@SunilPrakash
You are not specifying the actual column/value you want to have as your default in the TextInput control.
Your lookup should be in this format - LookUp(yourList, theCriteria, theColumnOrValueYouWant)
I hope this is helpful for you.