Thanks, in Advance Guys for your time and Support...
I have created a variable to get some data for validation using the following code
Set(strdt,Filter('[dbo].[SQlTable]',( Title4_1.Text in Details && StartDate = Text(StartDate) && EndDate = Text(EndDate));
What I have tried is changing the App Setting 500 to 2000 But still facing the same issue.
is any better way to get the data from SQL table for validation please Help ...