In a Studio automation, I am trying to get the contents from a report based on summary data from all sheets in a specific folder. I set up the scope and added the Get Report activity with the report ID from the target report. When I run the activity to test it it returns an error:
“Error Code: [202] \r\n Message: The report you are attempting to open is a sheet summary report, which requires a query parameter of ‘level=2’ (or higher if available) to be specified in the API request”
The activity doesn’t have a way of adding the parameter, so I assume this is on the back end of the activity and it’s API call.
Does the activity not support sheet summary reports?