> For the complete documentation index, see [llms.txt](https://docs.samita.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.samita.io/bulk-price-editor-sami/faqs/task-completed-but-no-changes.md).

# Why was the task completed but no changes were made to the product?

The task shows Completed but the products look unchanged. Here are the usual reasons.

A **Completed** task did write its changes at the time it ran. If you no longer see them, one of the following usually explains it.

## Another task changed the same products afterwards

Two tasks that touch the same field on the same products do not know about each other. The task that writes last wins.

*Example:* Task A (10:00) changes a title to "Summer Shirt – Sale". Task B (10:05) changes the same title to "Summer Shirt – New Arrival". The product ends with Task B's value.

**Fix:** open the **Product changes** table of each task to see what each one wrote, and avoid overlapping product selections or stagger the tasks.

## The task was reverted

A scheduled revert, or someone pressing **Revert now**, restores the original values. Check the **Revert status** card: **Completed** with a **Reverted on** date means the change has been undone.

## Someone edited the product manually, or another app did

Manual edits in the Shopify admin and other apps overwrite the task's values just like another task would. Coordinate with your team and check the product's timeline in Shopify.

## The edit did not apply to that product

* A text edit whose result would be empty keeps the original value.
* **Find and replace** is case-sensitive; `Tee` does not match `tee`.
* Variant conditions or excluded products leave some rows greyed out in **Product changes**; those were intentionally not changed.
* Price methods based on the compare-at price or cost skip variants where that source value is empty.

## The task is Partially complete, not Completed

If the badge is **Partially complete**, click it. The message explains whether products were deleted or changed during the run, or whether your plan limit stopped the task. See [Task errors and warnings](/bulk-price-editor-sami/manage-tasks/errors.md).

Still stuck? Contact us with the task ID: [Contact support](/bulk-price-editor-sami/settings-and-plans/contact-support.md).


---

# 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.samita.io/bulk-price-editor-sami/faqs/task-completed-but-no-changes.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.
