Hi
I am facing an issue while editing command bar. I am trying to add a power FX expression on a button visibility formula. I want to pick an option set value and cehck what option is selected and based upon that will hide/show the button below is my expression
If(Self.Selected.Item.Status = 'Status (Notifications)'.Inactive && Self.Selected.Item.Notificationtype <> 'Notification Type'. Optionsetvalues , true, false)
The issue is that when I am trying the compare the Notification Type below
Self.Selected.Item.Notificationtype <> 'Notification Type'. Optionsetvalues
the expression is not showing all the Optionsetvalues to add the condition, some options are not appearing in the expression
Please note Notification Type is a global option set and Self.Selected.Item.Notificationtype in the field using the global option set
Also I am editing the model driven app only please let me know what am I missing how it can be fixed