Issue:
====
Power Apps intellisense shows the order of the parameters which is not consistent to the Flow order as we see in the Flow UI.
In the below example Flow UI is shown in the order Country, MNumber and Product and in PowerApps intelligence shows Mnumber, Country, Product.
The real issue starts when in Flow we re-enter the parameters randomly and Powerapps expect a different order thus we need to change the parameters in the PowerApps as well.
As an example when we re-entered the parameters in the Flow we can see the PowerApps intellisense parameters has changed so any App using the Flow needs to be changed now .