When I'm running any query using run button, it's not running in any way. I don't know what is the issue with this. The query doesn't has any errors because it was running previously. My concern is with running query because if it's running then it has to visible into the debug console. But it's not there.
Also problem is with button as well.
No matter whatever I put here, either true or false. button isn't visible. Previously it was working fine.
For the query not running, this usually means the query has some logic that is causing it to be "disabled." Can you check for any logic on the query's Advanced tab?
It could also be an issue with a query transformer
For the button, what do you mean by it isn't visible? Disabled is different than hiding the button component. Disabled = true will make the button gray & make it so that it can't be clicked. Any chance the button was set to be a gray color & that is making it hard to tell when it's disabled?