Hi there,
1)I have a gallery linked to a Sharepoint List which works as input dataset.
2)The gallery contains a TextInput that I use to set some parameters to record in another list (target dataset)
3)In the TextInputs, the operator has to write some percentages.
4)I need to refresh the input dataset because tha materials could change and the operator who reads this informations must know it. So I setted a timer and every 5 mins the dataset is refreshed.
The problem is that when I refresh the input dataset, the TextInputs is resetted to default value which is "".
I don't want this: If my dataset is refreshed, TextInputs must stay still with the values that I've inserted before.
For example, If I set the TextInputs with 20, 20, 30, 15, 95, 5, then I Patch the informations in the target dataset, the TextInputs don't change and they remain valued as I setted.
In 5 minutes the input dataset will be refreshed and the TextInputs are resetted to blank value:
But also If the input dataset is refreshed, I need this situation again:
Do you know some methods to avoid this behaviour?