@ITWhisperer : what is the syntax for Dashboard Studio. This seems to be syntax for Classic Dashboard. Syntax format of Dashboard Studio is like below: "inputs" : { "input_month-year" : { "options" : { "items" : [ { "label" : "Q1-2022" , "value" : "\"Q1-2022\"" }, { "label" : "01-2022" , "value" : "\"01-2022\"" }, { "label" : "02-2022" , "value" : "\"02-2022\"" }, { "label" : "03-2022" , "value" : "\"03-2022\"" } ], "token" : "month_year" }, "title" : "Month-Year" , "type" : "input.dropdown" },
... View more