Circular dependency errors

what is this error?

Hi @leosantosx — this looks like you have a circular dependency between two components and/or queries. From the error message at the top of your screen, it looks like the query buscaParametrosJS references itself or another query in a circular fashion. Can you try removing the references in that query to see if this error goes away?

By the way, what is it that you are trying to accomplish with this app? Perhaps there is another way.