Datasource structure
I have 3 sharepoint list
The formula applied on gallery items is as follows:-
Filter(WorkTime,UserID.Id in Filter(Employee, organization.Value = ComboBox1.Selected.organization_name).ID )
Alternatively without "in"
Filter(AddColumns(WorkTime, "org", First(Filter(Employee, organization.Value =ComboBox1.Selected.organization_name).'organization:organization_name')), org.'organization:organization_name'.Value = ComboBox1.Selected.organization_name)
Issue:
Delegation warnings and full data from the source are not shown.
Looking for alternative ways/formulas without any delegation of API limit issues.
References
Solved! Go to Solution.
Hi @pcakhilnadh ,
You could use flow to get all Items (up tp 100000) and return them to canvas.
Turn on this setting.
At this point, you can add the returned data to the collection。
Best Regards,
Wearsky
Hi @pcakhilnadh ,
You could use flow to get all Items (up tp 100000) and return them to canvas.
Turn on this setting.
At this point, you can add the returned data to the collection。
Best Regards,
Wearsky
User | Count |
---|---|
119 | |
86 | |
83 | |
74 | |
69 |
User | Count |
---|---|
215 | |
179 | |
141 | |
109 | |
83 |