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.

User Picker populates then goes blank

Certified Associate Developer

Hi all - I'm having trouble with the User Picker field to populate a rule input with a specific user.  I'm able to search and select a user. it shows for a split second then goes blank again.  When run in Design Mode, it does populate my rI! field, but at runtime, just shows then goes away. What am I missing?

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Lead Developer

    Hi, I think your value is not getting saved. Can you check your value and saveInto parameter of the picker field? If possible try to print the value on ui and see whether your selected value is getting saved or not. It also happens when you use sub interfaces and rule inputs are not mapped properly between parent and child interface.

  • 0
    Certified Associate Developer
    in reply to GopalK

    Right, it's not getting saved.  When I test in Design Mode,  it does save to the rule input, just not a  runtime. I tried creating the ri as a text datatype and also as  User datatype.   And both  as an array and not array.  Regardless, shows saved in Design, but not at runtime.

    I AM able to save it to a local variable, (which shows the user name as an array  with the UserIdentifier), but not sure how to get from localV to RI.  The local DOES save and stay populated runtime.

Reply
  • 0
    Certified Associate Developer
    in reply to GopalK

    Right, it's not getting saved.  When I test in Design Mode,  it does save to the rule input, just not a  runtime. I tried creating the ri as a text datatype and also as  User datatype.   And both  as an array and not array.  Regardless, shows saved in Design, but not at runtime.

    I AM able to save it to a local variable, (which shows the user name as an array  with the UserIdentifier), but not sure how to get from localV to RI.  The local DOES save and stay populated runtime.

Children