Dears,
What I want to implement is use a Gallery instead a combo box because I want to list one group of pictures as choices, and put checkbox in gallery template to let the user check the data, only if the checkbox.value is true, I will collect the data as a table then save to sharepoint. The style as below.
But when I insert a gallery and the gallery's parent is Screen, it runs well, and insert a gallery and the gallery's parent is Card,it doesn't work.
Gallery name is Gallery6_1,
Card name is multiSelect_DataCard1.
Checkbox name is Checkbox2.
I set multiSelect_DataCard1.Update = ForAll(Filter(Gallery6_1.AllItems,Checkbox2.Value),Value)
and the formula's result in formula monitor droplist is right, show as below
But the value save to share is ["a1","a2","Choice3"], it should be ["a1","Choice3"]
To easy monitor the actual value, I set the choicesText textbox.text = CountRows(ForAll(Filter(Gallery6_1.AllItems,Checkbox2.Value),Value))
the result is 3,it's wrong, it should be 2. show as below.
So does anyone know why this occurs and how to fix it?

Report
All responses (
Answers (