Hi fam,
I have an Edit Form named : 'Add/EditForm' , Data source for this is 'AppList'. So when i submit this the data is perfectly getting submitted to AppList.

Above image is the form which submits the data to AppList.
In this form i have a combo box(CAS Depedency Apps). The data source for this combo box is a different SharePoint List = "App_Name_List".
My requirement is to save whatever Text user enters in Application Name Text Box to be available for the user to select from the combo box dropdown.
For this i am using a Patch function for the OnSelect property of the save button like this :

"App_Name_List" is the Data Source for the CAS Dependency Combo Box , and "DataCardValue8" is the text box used for Application Name. This patch function works like this. See the next image.

Here you can see 2 new entries, gtesttt and newtest which i passed from Application Name text box(DataCardValue8).
The Real Issue : I still cannot get the new entries to show in the Combo box as the text was saved into the column but not into the choice options like this image :

Now i need a solution where i can patch the data right into this options so that it show up in the drop down.
Thanks and Regards.