Hello Everyone,
Good day!
I have a list in sharepoint that contains Request as LookUP column.
How to use LookUp or Filter the proper way to remove the delegation warnings.
Please see this post https://powerusers.microsoft.com/t5/Building-Power-Apps/Lookup-function-delegation-warning/m-p/89229...
Hi @YamiteKudasai ,
Firstly, the functions LookUp and Filter in themselves fully support Delegation, so that is not the issue. You need to ensure (among other things) that all the field types in your LookUp support Delegation. What type of field is Request?
I also have a blog that may assist.
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
Request is a LookUP column from other list.
Hi @YamiteKudasai ,
This does nothing other than take away the warning - you still have a delegation issue with that column type - I have not used them in many years and they are generally completely unnecessary and will cause you a lot more problems than this one - but try this
LookUp(
AddColumns(
Comments,
"RequestID",
Request.Id
),
RequestID = gvCurrentRequest.ID
)
You might also have a read of of this blog of mine.
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
Come together to explore latest innovations in code and application development—and gain insights from experts from around the world.
User | Count |
---|---|
202 | |
71 | |
53 | |
49 | |
20 |
User | Count |
---|---|
256 | |
122 | |
83 | |
76 | |
75 |