# Outputs Disappear After Saving

**Symptom:**\
After re-testing or editing a Custom Action, all Outputs that were previously added are missing.

**Reason:**\
Each time you re-test or save a Custom Action, Adalo refreshes the response structure. This clears any previously added Outputs, even if the response looks the same.

**Solution:**\
Run the test again, click **Show Full Response**, and add the Outputs back by selecting +**Add Items** and choosing the outputs needed. Save after adding the Outputs to make them available in future actions.


---

# 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/outputs-disappear-after-saving.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.
