I'm hoping someone can help me troubleshoot this issue. I'm trying to assign a set of values in an array to a Modern dropdown control but I get this error message after the equal sign (=) is underlined with the RED squealy line;
Incompatible types for comparison. These Types can't be compared: Table, Table.
I would imagine that Table values should rather be comparable
The PowerFX line of Code is as follows; drpMon_1.SelectedItems = [ "Item1", "Item2" , "Item3" ]
I've also attached the actual screenshot here.
Any ideas or alternatives to achieving this will be greatly appreciated.