Yes, a brand new problem today -- Best way to Delay a Query

I want to try slowing down a lookup query that runs after an insert form has posted a record to the database.

I’m suspecting that maybe my localhost M1 Mac runs the lookup just a smidge too fast to pick up the Conditional Where value that was just posted.

I have the lookup running after the insert query in the same API – and maybe I have to delay it a second. The forum is filled with questions on delaying scheduling but some answers say use the scheduler ON the page to delay the lookup table query — and others say best place is to delay it in the API I’m using – one stop shopping… running synchronously.

But I’m sure the last steps are not correct. I want to delay running the query for 1 second.

Community Page
Last updated: