Hello,
I am fairly new to Power Apps and looking for assistance with changing an existing single line of text data card to a new lookup column on a custom form based on the selection of a customer number.
The form has two sources of data.
List A is the customer complaint list. List B is the customer list. List B contains the customer number and customer name.
The custom form has data card where the DefaultSelectedItems is a lookup to List B for the customer number. When the user is entering data on the form, he/she selects the customer number from the dropdown. The data is then stored in the customer number column in List A.
There is also a data card for the customer name which is currently a single of text in List A. The user manually enters the customer name into this field.
I have created a new lookup column in List A for the customer name. The column is getting information from List B and in the column is the customer name.
I want to change the existing data card for customer name to the new lookup column. The purpose is so that the user will select the customer number from the dropdown and then the customer name will automatically populate based on the lookup of the customer number. The user will no longer manually enter the customer name and not have the ability to edit the field. It needs to auto populate.
Is this possible?
I can't seem to get it working. Thank you in advance for taking the time to assist me.