Hi,
I have a gallery which is showing data from input. Under it I have a nested gallery, which has a filter looking at DataSource and finding a description to the parent.
The problem is, when user inserts new "item" to the gallery it is getting born with description from the first row of the gallery and after some seconds getting changed to correct. How to make sure that it is not grabbing this first value?
Example:
ABCD (input in main gallery)
This is a yellow (Description found on nested gallery)
_> New input
DEFG (input in main gallery)
This is a yellow....After 3 seconds changing to This is a red. I need this line to be blank and then change to "This is a red"
Please help

Report
All responses (
Answers (