Hi.
I am trying to return the rows of a given report from Salesforce.
But, when running the activity “Execute Report”, only the report schema is being returned, and not the report data. I dont know if this is a problem with some kind of permissions in Salesforce that controls directly the way reports are returned via API, or something like that. Besides that, is still wierd how only the schema is returned. No errors comeback from the activity call too.
The report has some filters, and sometimes these filter will made the report empty, but that not case here, since im double checking if the report has data or no.
Any ideias? Permission maybe?