Within a gallery, the only refresh function is Refresh(datasource).
This seems a waste of resources, when there is only one or few records that I'd like to refresh.
If my gallery is filtered to show only 5 records, and I use the Refresh(datasource) function, is the function going to refresh only the gallery displayed 5 records? Or it's going to refresh the entire datasource?
Any more efficient solution?
(I found this older post, but there were no answers with a solution.)