Skip to main content
August 9, 2024
Question

not able to select multiple options from the drop down

  • August 9, 2024
  • 2 replies
  • 0 views

I am not able to select multiple options from the drop down menu.getting error

getting below error if I select multiple options for franchise and country

    2 replies

    konduruc733182
    August 9, 2024

     Hello [mention:ffba947918f44b98ae5abe7badb7e8fc:e9ed411860ed4f2ba0265705b8793d05] ,

    Is your variable/rule/expression configuration that you are using in the a!save() of your button widget to save the multiple data configured as an array type? 

    Duplicate thread Please follow up in the current thread.

    ++

    Also you are trying to perform some updates in your button widget using ERs what exactly are you doing?

    mikes0011
    Brainy
    August 9, 2024

    I feel like you're doing something funny with your local variable.  How is it initially declared / what is its initial value?  Why the a!defaultValue() wrapper?  And why, for a variable that inherently must be a list type, are you making it default to a single-type "null()"?  It seems like you should be defaulting it to an empty set ({}), if anything.