> For the complete documentation index, see [llms.txt](https://docs.coupler.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.coupler.io/sources/category/crm/salesforce/common-issues/verify-and-change-the-report-format-in-salesforce.md).

# Verify and change the report format in Salesforce

Coupler.io’s Salesforce connector can extract data only from reports in a **tabular format**. If a report format has been changed between data flow runs, it will result in an error.

How to verify and change the report format in Salesforce's Classic and Lightning interface:

### **Salesforce Classic**

Select the desired report and click on Customize.

<img src="https://lh7-us.googleusercontent.com/VIyQk5il292BSoQfC5ln1A3rCZuVLRPBnABP2ZJ4db337zynSPP4AZzyPvyZeUXEUJAWMZdqXriqJ6nynaNgOOOa98spABoTjEvWOgUubCkeuY5AhgEftw7-Jx3jh8N8APZ0NeCTCsqLByCBwLK67Xw" alt="" height="276.52608768128016" width="624">

The report format can be selected above the report preview.

<img src="https://lh7-us.googleusercontent.com/hsgzhnJ4g1BB3uBdrhGlN1J8uwO_RcHtmZ_z0J9ibCSJx6FufhaNFf_CWNIkKIsmpHfYerRvuwhdj48jZTc8mQmkKXrZvs4jR-oHujkiaNO9cMslmFwe4V4i-x6OlYCeMacWqcv7MrYn58stg7HodTM" alt="" height="231" width="624">

### **Salesforce Lightning**

Select the desired report and click on Edit.

<img src="https://lh7-us.googleusercontent.com/Z6Sz2mpP6Gjz4rZxDgf9UDUxcWwpENDdxrzUp6DgtbwvRpPYvXPA3uWAf4eDZaEZmiNrsg8Au31BEwAHJbMuRsok7Omj61gSR1XC9yKTkqsRfEeObRgfxXQTGoOKtHETwcU_ikCQHNBKY0-enE9QtoQ" alt="" height="265" width="624">

Make sure that the grouping is empty. In the Lightning interface, reports without any groupings appear in a tabular format.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.coupler.io/sources/category/crm/salesforce/common-issues/verify-and-change-the-report-format-in-salesforce.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
