Hi all,
I have a form which consists of a single choice drop down only as per below.
I realized the data is not saved/ submitted properly to the sharepoint.
And I realized when I click view mode - the dropbox actually disappeared.
Not sure why only this form is not working well as I have multiple forms in this apps. I shared the details of the setting as per below. Appreciate if anyone can help to tackle this situation!

The drop down disappeared when it is in view mode

Sharing the setting of the form below


The Save button setting ( The form for this page is Form1)
Patch('BPC Power Apps Source Report',
LookUp('BPC Power Apps Source Report', ID=BrowseGallery1.Selected.ID),
EditForm1.Updates,EditForm1_1.Updates,EditForm2.Updates,EditForm3.Updates,Form1.Updates);Refresh('BPC Power Apps Source Report');Navigate(BrowseScreen1);ScreenTransition.CoverRight
//)
Thank you!!