Hello,
I have this formula with delegation warning:
Filter('Activity List', (Email = User().Email), (StartsWith(Project.Value, TextSearchBox1.Text)))
How I can avoid this warning?
Thank you.
Solved! Go to Solution.
Calculated columns are not delegable to my knowledge, although they are listed as theoretically working for complex columns where the sub-property is a delegable type, my experience has found this to not always be the case, this is why I suggested a plaintext column that is filled automatically by your App whenever a project is chosen (is what I meant before).
SharePoint - Connectors | Microsoft Docs
@iAm_ManCat |
Please 'Mark as Solution' if someone's post answered your question and always 'Thumbs Up' the posts you like or that helped you! |
Thanks! |
You are accessing a sub-property of the Project field, which the system will not be able to delegate. I would suggest creating a new text column in your datasource that is automatically filled with the text value of Project.Value - that way when you filter the StartsWith will not have a delegation issue
@iAm_ManCat |
Please 'Mark as Solution' if someone's post answered your question and always 'Thumbs Up' the posts you like or that helped you! |
Thanks! |
Hi @iAm_ManCat
thank you for your reply 🙂
I created a new calculated coloumn in my sharepoint list called "Project Selected" and update my fx in this way:
Filter('Activity List', (Email = User().Email), (StartsWith('Project Selected', TextSearchBox1.Text)))
But delegation warning is always present.
Calculated columns are not delegable to my knowledge, although they are listed as theoretically working for complex columns where the sub-property is a delegable type, my experience has found this to not always be the case, this is why I suggested a plaintext column that is filled automatically by your App whenever a project is chosen (is what I meant before).
SharePoint - Connectors | Microsoft Docs
@iAm_ManCat |
Please 'Mark as Solution' if someone's post answered your question and always 'Thumbs Up' the posts you like or that helped you! |
Thanks! |
Excellent, glad I could help @stefano_mazzi, have a great day!
@iAm_ManCat |
Please 'Mark as Solution' if someone's post answered your question and always 'Thumbs Up' the posts you like or that helped you! |
Thanks! |
Have a great day!
User | Count |
---|---|
153 | |
100 | |
88 | |
78 | |
58 |
User | Count |
---|---|
192 | |
188 | |
106 | |
99 | |
91 |