Appian Community and Appian Academy are being upgraded. As a part of the upgrade, Appian Community is currently in read-only mode, and user registration is disabled until August 3. 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.
Hi,
I have a multipleDropdownField with the attached code.
I am getting an error when I try to select any additional item from the dropdown.
Can someone give me an idea how to fix the issue. Thanks in advance.
Using the below code while Testing the user interface.
rule input:
lcmIntakeDesignatedBusinesses:
Discussion posts and replies are publicly visible
I see in your a!multipleDropdownField that your value is local!selectedDesignatedBusinesses.dbkey, while the saveInto is local!selectedDesignatedBusinesses. That's not correct, you should save value of the same type. I recommend save the object LCM_IntakeDesignatedBusiness instead of only one field
If I re-write saveInto like below, all my previous value are overriding with latest selection.
ri!lcmIntakeDesignatedBusinesses.dbkey,
Did you check if the above-mentioned field is a multiple type one?