Hi Everyone,
In this post, will try to understand as much as possible on Collect and ClearCollect functions in PowerApps.
Collect and ClearCollect functions are useful for when we want an in-memory store for data. They can save Collections and can be accessed from any screen in the App.
Here is the syntax
Collect(collectionName, Items)
ClearCollecct(CollectionName, Items)
These functions
↧