How can i see what is executing the query

Hi,

I was noticing that one or more of my queries run every couple of seconds,
even if nothing is happening (no on click on any button).

I was wondering why?
also is there a log, a map or something that i can see for each query what and when executed it?

Thx,
Gal Polak

Ok, so i found the configuration that cause the query to run every couple of seconds,
image

but i'm still wondering on the log\map part, is there anything like that?

Hey @gal.polak? Would love some more details if possible:

  • What kinds of queries? Which data sources?
  • What does your app look like? (Screenshots if possible)

Audit logs are available on the Pro Plan, but if this is unexpected behavior we should be able to get it fixed.

Hey @justin,

  1. SQL queries from the ms sql data source
  2. this is how my app looks like (attached), not very complicated, basicly one table and one modal to create new records.

FYI i just open another topic regards the work that i did yesterday that is missing.
also as i said above i managed to find the cause for the query running every couple of seconds.

Ah, I think I misunderstood you above, @gal.polak. Glad you were able to figure out the periodical queries. This isn’t exactly what you’re looking for, but if you’re triggering queries through buttons, you can get the ID of the button that triggered your query through the query’s triggeredById property.

thx i will try that.