Dear community,
I am trying to save data from Power Apps and only 1 column is not getting saved on Sharepoint. Let me try to explain what I am doing:
1) I have a combobox which is basically fetching data from excel online. There will be similar drop downs and labels that will be pre-populated / auto populated basis the user selection. For this combobox- 'Items' formula / value is "Table1.'Entity Code'". Where table 1 is the table name in excel online and Entity code is the column name which I want the user to select in the combobox.
2) I have a column in Sharepoint as Entity code which is a multiple "text data type". In power apps in edit forms i removed the default data card of Entity code and instead placed the combo box created in step 1 above. The 'Update' field of data card is updated to - "ComboBox1_1.Selected.'Entity Code'" and I dont get any error.
As soon as i fill in the values and submit save , the value for Entity code is not getting populated on Sharepoint.
Save button- SubmitForm(Form1_1);Navigate('Thank You Screen',ScreenTransition.Cover)
Could any one guide me where am I going wrong as a result only 1 data is not getting saved on Sharepoint?