microsoft/EasyRepro

Release Wave 2 - 2023 - few dropdown optionsets are not getting identified with data-id when the script ran in New Outlook, where in existing it works fine.

chandramohand opened this issue · 2 comments

Hi,
Regarding the Release Wave 2 - 2023, when I am passing the following option set its failing when the new feature (New Outlook) opted.

XrmApp.Entity.SetValue(new OptionSet { Name = MtestFusionElementsFusionElements.ElementAt(0).Key, Value = "No" }

$exception | {"OptionSet Field: 'xyz_Testrecipientcentre' does not exist"} | System.InvalidOperationException

When I check the DOM this data-id exists xyz_Testrecipientcentre

Could you please help me how to handle this?

Thanks,
Chandra.

@chandramohand I am facing the same issue, Found any solution for this?