you could do this a few ways. Each selection would trigger an individual set of options. In the sample below, based on what the user selects would change the text in field 1.If(this.rawValue == "AAA - Week - 4"){Field1.rawValue = "Some text 1"}elseif(this.rawValue == "DDD - Week 2"){Field1.rawValue ...