# Custom Action Does Not Return Data

**Symptom:**\
After running a test, the response area is empty or displays no usable data.

**Reason:**\
The endpoint may not be returning valid JSON, or the API does not include a response body. Adalo can only use structured JSON responses to create Outputs.

**Solution:**\
Check your endpoint in a tool like [**Postman**](https://www.postman.com/) to make sure it returns valid JSON. Confirm the response includes the data you expect and uses proper formatting with opening and closing brackets. If the request triggers a workflow in Make, ensure the scenario is configured to return data back to Adalo.


---

# Agent Instructions: 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:

```
GET https://help.adalo.com/integrations/custom-actions/troubleshooting-custom-actions/custom-action-does-not-return-data.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
