I have two radio buttons in my app. Each button has 2 patch statements within the OnChange property. One patch statement updates the radio button selection's value into a Choice field in a SharePoint List. Another patches a calculated text label value associated with that radio button selection to a 2nd field in the SharePoint list.
I have noticed that at times, when selecting the radio buttons too quickly, the patches will not complete properly. For example, the 2nd patch in one of the button's OnChange property won't push the updated calculated text label value to the SharePoint List. I believe this is happening because PowerApps is still processing the first selection when the 2nd one is being made.
Is there a way to ensure the statements in a particular action get completed and not interrupted? Can PowerApps queue the statements to ensure they don't get lost?