Hi,
I've a sharepoint online list which has customised powerapps for to enter/edit/copy/view entries. This list includes a couple of columns which are of "Choice" type and set to accept new values if the user wants put their text. This is working fine when entering or editing the data from classic/default sharepoint form. However, it's the case when doing the same via powerapps form. As they are cascaded dropdowns, i had to use powerapps form over the default form. I've set the update property of the data field to accept the selected value from the combobox control. The app doesn't show any errors ans is letting the user submit the entry. However, the data is not being captured in the SP list. When i switch back to the sharepoint list to view the entries, it's showing the required info missing(i've set the fields as manadatory). Funny thing here is, the values in these columns are just the same as in the cascaded combobox controls of the form. They're filtered depending the previous selection. Just to refine the matching and appropriate values.
SP_List Column setting
Form_Layout
In the above form, the three fields Learning Category, Sub Category & Root Cause are linked to each other. Value list in learning subcategory and rootcause will be filtered using a temporary collection(with the same values from the choice columns of SP list). The update property has the value from the combobox.selected. I've tried every possible option and used all the help available over the blogs/community articles etc., but the issue still persists.
Can someone loook into this and advise me if it's a known issue or is there a possible fix?
Many thanks in advance!!
Cheers,
Sasi.