Hello,
I have been beating my head for the past week trying to find the solution to my issue.
I have a SharePoint list that runs a weekly flow that pulls in data from multiple data sources.
People are able to go into the form and enter an APP ID to find the record information.
Some of the fields are manual input where people can either enter a new value or update an existing value.
My though is that I will need a patch function that will update the record.
I am stuck getting the selected values from my combo box and updating the SharePoint list item field with the new values.
Hard to believe I am the only one with this situation as I have scoured the internet and this site for an answer without success.
Below are many pictures showing what I am trying to do without success.




This is my first stab and patching the combo box to a SharePoint list and I get an network error.
Patch(
'CST Application Portfolio',
LookUp(
'CST Application Portfolio',
Title = Value(DataCardValue1.Text)
),
{'Existing Environments': cboExistingEnvironment}
);