Hi Team,
I am using Azuer SQL server and power apps.
I am binding a dropdown with below formula for showing Account Name based on two tables where account table contain accountid, accountname and accountaccess table contain accountid and userid:
Filter('[dbo].[Account]', AccountID in Filter('[dbo].[AccountAccess]', UserID = LoggedUser).AccountID)
Currently both tables contain few records so its binding correctly but when it will crossed beyond 500-2000(limitation of delegable) then it will not bind all data waht i read on delegable function for below messege on blue line of "in" operator.
"Part of this formula cannot be evaluated remotely. right side of "in" operator is not a column name"
So can any one suggest how it will resolve the issue if tables contain 50,000 records or more.
Thanksa and Regards,
Reyaz