Is there a way to store SOQL queries in a table and get data exported to different sheets (1 SOQL query = 1 sheet)?
Using Custom Formulas to Dynamically Pull Data From Salesforce doesn't work for me because I need the output to be a table with field grouping (like a pivot table). Using cell value as SOQL field with G-connector doesn't work for me because I need some field names to be stored in cells, not field values.
Thanks!