> For the complete documentation index, see [llms.txt](https://help.pickzen.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.pickzen.com/guides/nocode/functions/recids.md).

# RECIDS

### Syntax

**RECIDS(ids, \[count])**

| Argument name                                | Description                                                                              |
| -------------------------------------------- | ---------------------------------------------------------------------------------------- |
| <p>ids</p><p>Required</p>                    | List of IDs to recommend.                                                                |
| <p><strong>count</strong></p><p>Optional</p> | Number of the IDs list to recommend. If not specified, it will recommend the whole list. |

### Examples

If:

* *ids* = \[*100, 101, 102*]

The execution of:

![](/files/-MA6FicZZBOYaG5vf9zf)

Will recommend the three products with IDs 100, 101, 102.

The execution of:

![](/files/-MA6Fmgf7_2nlJOrrfRx)

Will recommend only the product with ID 100. This rule can also be written as:

![](/files/-MA6Frv_hBf8Qu_9nCaj)
