Hi PA community!
Happy Sunday!
Within my PoweApp, in OnStart property of App -> I am creating a local collection using Power Automate flow after filtering large SharePoint list
There are a couple of choice columns in my SharePoint list i.e. a) Early_Termination_Yes_or_No where choices are Yes / No / Unclear
and b) Category where there are 8 choices
The PowerAutomate response schema is like below for both above columns

My collection (colSPOListItems) definition is below along with correct schema for above columns :



Gallery items are set to colSPOListItems
Gallery OnSelect property set to define a variable Set(varListItem,ThisItem)
The workflow of my app is that users update their changes using combo-boxes for above choice columns into the collection.
When users press submit button, these changes made in the collection get updated into the SharePoint list using Patch function.
I have spent hours on this problem but unable to arrive at the solution.
Please can someone help?
Below are the errors I encounter
Thanks in advance!
1) Combo-box OnChange property formula error


2) Submit Button OnSelect property formula error
The yellow highlighted part should be made dynamic but I have just hard-coded some values to demonstrate the challenge I am facing

