Hello,
I have an app with a SharePoint list column that is a single line of text and in Power Apps it was a textinput. Due to data entry inconsistencies, the textinput was covered with a combobox of predetermined values. The combobox values are a collection of a separate sharepoint list items.
Within power apps, for submission, users now select the value from the combobox and the combobox populates the value into the textinput.
A new feature lets users come back and edit the values within a new powerapps screen. On opening the selected item, the textinput populates with the correct text data for ThisItem.column1 but the combobox understandably stays blank.
How do I get that combobox to also populate with the submitted value for ThisItem until the user selects a new value which should update the combobox AND the textinput?