Appian Community and Appian Academy are being upgraded. From July 24–August 3, the Appian Community will be in read-only mode. During this time, the site will be read-only and user registration will be disabled. We apologize for any inconvenience this may cause, but a more secure, stable, and performant Community experience is coming soon!

The new Appian Community launches August 3, followed by Appian Academy on August 7. During the migration, Appian Community Edition, Appian Academy, Documentation, Certifications, Instructor-led Customer Training, Partner Sales Training & Accreditation, and Forum (for Appian Partners and Customers only) will remain available.

2 multipleDropdownField configuration issue

Hello community, I have a problem with multipleDropdownField component that should show the list of options depending on the list of selected items in another multipleDropdownField. Then based on selection data should be displayed in Grid. Can someone help the code.

  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    Certified Lead Developer
    in reply to bhuvanachandrans0001

    Using a!localVariables() this method is now outdated in most use cases.  This is because we have the ability to "chain" local variable values in such a way as to cause the value of one to refresh when the value of an earlier one is updated. 

    The particular advantage of doing things this way is that we don't have to duplicate the code for a single query across 2 or more locations on an interface, which given enough time and complexity, becomes a maintenance nightmare.

Children