I’d like to see if there is a good way to dynamically control the enabled property of reports based on a boolean tag:
Currently, there isn’t a way to do this with the built-in interface.
However, you could use a Run Script action (under the Actions tab), write a script that would check your Boolean tag, and call system.report.executeAndDistribute.
1 Like