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
Discussion posts and replies are publicly visible
Hello akhileshr0549 ,
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?
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.