View the original community article here
Last tested: Feb 5, 2020
Let's say you have this really nice html button that you coded up:
But instead of seeing the button you see this, or "No Results":
Under the hood, the html only will render if there are results in the returned table, even if you aren't using those results anywhere in the html. To check this, comment out the html and rerun the query. If no results are returned, then that is the issue.
This content is subject to limited support.