@dhisss
Then you do not need Refresh at all if there is no data source. Even if there is one, Refresh is not usually needed either - just in certain special situations, such as in case the data could be changed by another person using the app on their device, and this needs to be shown on the app, then Refresh is sometimes used to capture these kinds of modifications. However in your case, unless the Collection you refer to is actually still coming from an underlying data source somewhere in the app, then you should be having no issues with your method. So in other words, it should work as you are doing it. Double check regarding how you are making the modifications.
Patch is valid for Collection. Because a Collection is a "special kind of data source" (but it is a data source, that should never need to be refreshed, you are right about that).
Formulas that operate on data sources also usually work on Collections as well, because a Collection is technically a special kind of data source as well.
So then, since it seems you are doing it correctly, besides double checking how you are doing the Patches and double checking the app otherwise in general just in case, we are not sure how to best advise you on this problem at this time. There is definitely something wrong if you get those results, but we are unsure in your case where specifically it is incorrect. If later we get an idea we will let you know.
One thing is we notice this presumption
@dhisss wrote:
Gallery from collection that has large amount of data, produce many errors. Help
Is the error really only occurring when there are many records? Does the error never happen for let's say, only 5 records?