For the complete documentation index, see llms.txt. This page is also available as Markdown.

v. 1.50 ~

πŸ“¦ v 1.52
  • Added Attachment Component for Including Related Files in Documents

v 1.52

πŸ—“οΈ Release Date

2024. 9. 25.

πŸ“’ Summary

  • Added Attachment Component for Including Related Files in Documents

βš™οΈ Feature

Document Template Builder

We have introduced a new Attachment component that allows users to add a list of related attachments to documents!


πŸ“Œ Filtering

You can customize the attachment list through filtering options.

🏷️ None

Retrieve all attachments without any conditions.

🏷️ AND (default)

Retrieve attachments that meet all specified conditions.

🏷️ OR

Retrieve attachments that meet one or more specified conditions.

🏷️ Custom

Use parentheses, AND, OR, and NOT to construct your own logical filter conditions.

The example image shows a query searching for attachments where the file name starts with "Report" and the extension is either "png" or "jpg."


✨ Please note that only one Attachment component can be added to a document

The list of related files from the record will be displayed according to the filter settings,

and each file can be directly ✨downloaded with a single click.

Last updated