Hello,
I need to define a variable like that:

Hello,
I need to define a variable like that:
Hello @yagmurpoweruser ,
With CountRows it will never be possible to not have a delegation warning. You can only work around that by Filtering it down so that it's always under the Delegation limit or you need to Collect the whole database into the application and count it then. Performance wise this isn't a good solution at all of course.
If you chose the filter method and you're sure that you will always be under the delegation limit the warning will still come but you can ignore it.
Delegation is defaultly set to 500 and you can Up it to 2000.