
Announcements
Hi
I have this error message when i open custom page(canvas app) in model driven app as filter some project from combobox and then i get this warning.
I launched monitor and this error seems to be this:
Too Many Requests Status 429?
I understand this is due to in my gallery i have a formula that will search if record in a gallery exists in the TableName Table.
Formula looks like this:
If( LookUp(Transactions, SearchID = ThisItem.new_ProjectName.'Projekto pavadinimas' & ThisItem.new_componentname & FilterDarboTipasCard.Selected.new_stagename, true ), "Record exists", "Record does not exist" )
In Monitor i see it evaluates and then after some records are evaluated in the gallery it then throws this error and as i have written it is Too many requests.
How do i fix this in a proper way?