Hello expert,
My app recently updated to canvas app authoring version 3.25021.9 few days ago. and I notice that my existing app have some issue
I have combobox within the form for the choice column of Dataverse table, this combobox should display the choice label, but with new version, it now showing the integer value.
This also effected formula that reference with combobox especially comparison condition.
e.g.
If(
Combobox1.Selected.Value = 'QEPCS Request Stock Status'.'Wait Confirm',
FormMode.Edit,
FormMode.View
)
This condition will always go to False statement.
I have try switch to newer version (3.25022.4), try turning on/off New Analysis Engine, This issue still persist.
Current workaround is switching back to 3.25014.16, This version work fine without this issue but we all know some day this version will disappear.
Is there any way to fix this?