Hi,
When showing an item of a collection in a gallery I want to only show a label if a text property of the item differs from the same property of the previous one.
I thought I
add a column: showlabel
do a forall and compare the text propery against a string variable: if different showlable:true else showlabel:false
if different also store the text property to the string variable for comparing the next item
and then set label visible property to showlabel in the end
Alas for some reason I cannot store anything into variable inside a forall. UpdateContext and Set are forbidden.
So how then?