I have to define data range on data source of Custom Data Entity. I am giving value in comma separated assuming it is used for OR condition. But when I compile it give me error "A local variable named '_isAnyFieldSet_' cannot be declared in this scope because it would give a different meaning to '_isAnyFieldSet_', which is already used in a parent or current scope to denote something else".
What I am doing wrong? I have to set this range from AOT, I don't want to set it through D365 UI.