Hello fellow PowerAppers.
I'm trying go apply changes to my SherePoint list using the button. When I click the submit button, I get an error: An error occurred on the server. Server Response: My Ideas - List failed: BadGateway. This is what I have in the Items.
Does anyone know what might cause this issue?
Patch(
'My Ideas - List',
LookUp(
'My Ideas - List',
'Idea ID' = IdeaList_Gallery.Selected.'Idea ID'),
{'Area_Departments':AreaDept_ComboBox.SelectedItems},
{'Owner': Owner_ComboBox.Selected.DisplayName},
{'Review': Review_ComboBox.Selected},
{'Rejection Feedback': RejectionFeedback_Label.Text},
{'Leader': Leader_ComboBox.Selected.DisplayName},
{'Initiative Status':Status_DropDown.Selected},
{'Initiative Expected Start Date':ExpectedStart_DatePicker.SelectedDate},
{'Initiative Expected End Date': ExpectedEnd_DatePicker.SelectedDate},
{'SME Name': SMEName_ComboBox.Selected.DisplayName},
{'SME - Countries in Idea Scope': CountriesInScope_ComboBox.SelectedItems},
{'SME Review':SMEReview_ComboBox.Selected},
{'SME Comments':SMEComments_TextInput.Text},
{'Implementation Actual Start Date':ActualStart_DatePicker.SelectedDate},
{'Implementation Actual End Date':ActualEnd_DatePicker.SelectedDate},
{'Implementation Idea Summary':ImplementationIdeaSummary_TextInput.Text},
{'Implementation Realized Benefits':ImplementationRealizedBenefits_TextInput.Text},
{'Total potential saving hours / month':PotentialSavingHours_TextInput.Text},
{'Implementation Comments':ImplementationComments_TextInput.Text}
); Refresh([@'My Ideas - List'])

Report
All responses (
Answers (