I’m using the API, and what I do is modify all the rows of a filtered table so that it becomes empty. Throughout the day, several rows reappear in the filtered table, either because I modify them or because they have a date attribute that causes them to reappear in the filtered table.
Now, my problem is that yesterday was the last time I modified any of the rows, and since then, the filtered table has several rows. But when I try to retrieve those rows through the API to edit them, it detects that the filtered table is empty… I read that the API has a delay, but it says it’s just a few seconds, and I’ve been waiting for hours for it to detect the rows in the filtered table again, which I can see in the browser with several rows. Yesterday the same thing happened, and it took many hours to reappear. I’m using the API through the JS library. Is there a solution? Is the delay normally so long? Thanks.