Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Adobe Summit 2023 [19th to 23rd March, Las Vegas and Virtual] | Complete AEM Session & Lab list

Problem with dropdown

Avatar

Level 2

Hello everyone, I ahve a problem with a dropdown in which I have 200 some country selections. Script as per below: if (this.rawValue=="Albania") Row1.Cell3.rawValue="Sensitive country"; else if (this.rawValue=="Afghanistan") Row1.Cell3.rawValue="Sensitive country"; else if (this.rawValue=="Algeria") Row1.Cell3.rawValue="Sensitive country"; My problem is everytime I try adding Cayman to the selection as per below it does not appear in my list: else if (this.rawValue=="Cayman") Row1.Cell3.rawValue="Sensitive country"; Can anyone help me out? Thanks! Kr, Nancy

1 Reply