> 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/sharinpix-related-record-albums-component-is-not-displaying-any-records-what-should-i-do.md).

# SharinPix Related Record Albums component is not displaying any records. What should I do?

![](/files/1Xlgh39RNZp7dtyILHEO)

If your SharinPix Related Record Albums component is not displaying any records **(**&#x61;s depicted above), this most probably means that either:

1. The value entered in the **Related Object Field API Name** parameter is incorrect or does not exist for the  object specified in the **Related Object** parameter
2. Or the current record has no related records of the object specified in the **Related Object** parameter.

The **Related Object Field API Name** specifies the field name of the related records to be displayed. In the component's parameters, this value is set to the **Name** field by default.&#x20;

If the related object chose in **Related Object** parameter does not have any field API name set to the default value, Name, no records will be displayed on the component. In such cases, the default 'Name' value in the **Related Object Field API Name** parameter should be changed to the field API name of your choice.

{% hint style="danger" %}
**Note:**&#x20;

1. The field API name entered in the **Related Object Field API Name** paremeter should be available on the object chosen in the **Related Object** parameter and should be entered correctly for the records to be displayed as expected on the component.
2. &#x20;If no records are displayed on the component despite using correct values in both the **Related Object** and **Related Object Field API Name** parameters, verify if the current record has related records of the object specified in the **Related Object** parameter.
   {% 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/sharinpix-related-record-albums-component-is-not-displaying-any-records-what-should-i-do.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.
