hello everyone,
Can I create a collection from a datasource filtering by current userId. I Just want to collect data from the current user. I want to limit, so i can make my app faster and won't have that problem that only 2000 items can be shown.
Any help
Thanks,
Everyone
Solved! Go to Solution.
SharePoint....I want to create a collection of data by current user: like
ClearCollect(TableSource,UserID=CurrentUserID,CollectTable)
Something like. Is that posible? I know you can filter by using a Gallery but I want a collection.
Thanks
Hi @LEARN_IT,
What type of Datasource are you using? ie. Excel, Sharepoint, Sql server, etc.
Sharepoint....
SharePoint....I want to create a collection of data by current user: like
ClearCollect(TableSource,UserID=CurrentUserID,CollectTable)
Something like. Is that posible? I know you can filter by using a Gallery but I want a collection.
Thanks
Hi @LEARN_IT,
No problem at all. In the OnStart property of your first screen type Set(username,User().FullName);;Collect(coldatasource,Filter(Datasource,Author.DisplayName=username))
You should be able to use coldatasource in your formulas
Thank you very much....
User | Count |
---|---|
122 | |
87 | |
86 | |
75 | |
67 |
User | Count |
---|---|
214 | |
181 | |
137 | |
96 | |
83 |