Answered
Set Dropdown Menu values with expressions
Is it possible to set a Dropdown Menu Item Value with an expression? I tried
effect("TestLayer")("Menu")(1).value = "Test"
effect("TestLayer")("Menu").item(1).value = "Test"
effect("TestLayer")("Menu").item(1).setValue("Test")
But nothing seems to work...