> For the complete documentation index, see [llms.txt](https://docs.sharinpix.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sharinpix.com/faqs/image-sync-is-crashing-due-to-error-list-has-more-than-1-row-for-assignment-to-sobject-what-should-i.md).

# Image Sync is crashing due to error 'List has more than 1 row for assignment to SObject'. What should I do?

If your Image Sync is crashing due to the error message **List has more than 1 row for assignment to SObject** , here is what you can do:

1. Verify if you have SharinPix Image Sync settings for the same Salesforce object. If that's the case, delete the extra setting as SharinPix requires only one Image Sync setting per object.
2. Verify if any two or more SharinPix Image Sync settings have the same object API name in the Parent Object Name field. If that is the case, this means that the such Image Sync settings belong to the same object. Delete the extra settings as SharinPix requires only one Image Sync setting per object.

{% hint style="warning" %}
**Note:**

* SharinPix Image Sync settings are available on the Salesforce **Custom Metadata Types** page. For more information on how to access the Image Sync settings, refer to the following article: [Setup SharinPix Image Sync](/documentation/image-sync/setup-sharinpix-image-sync.md)
* For any other SharinPix Image Sync issue, refer to the following article: [Troubleshoot Common Image Sync Issues](/documentation/image-sync/troubleshoot-common-image-sync-issues.md)
  {% endhint %}


---

# 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.sharinpix.com/faqs/image-sync-is-crashing-due-to-error-list-has-more-than-1-row-for-assignment-to-sobject-what-should-i.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.
