You have been away just a bit too long to miss this
Using report transformations, {{ globals }}
should list most objects
and this
{% for i in arr_globals %}
{% unless i contains "business" or contains "report" %}
{{ [i] | first | fields }}
{% endunless %}
{% endfor %}
Should give all fields for most objects
1 Like