Thank you for your post! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
I have a gallery where a client can be searched, and if you click on the yellow Select button, it sets a variable "varMyRecord". The source is a SQL table called ("VCP" which captures information on the Business Partner). In additionm, there are 4 more galleries at the bottom of the image (Overall Objectives, Financial Objectives, Non-Financial Objectives and Milestones - each have a seperate table on SQL, but has a relationship via the VCPID on each table). The filter is "Filter(OverallObj, VCPID=varRecord), but it creates a Delegation warning. May you please assist in helping me with a correct way to Filter where the ID ("VCPID") in source equals the VCPID in "OverallObj" (SQL table)?