.. _auto_file_finder: *ATTACHMENT FINDER* =================== Searches the platform attachment store using user-defined filters and returns a dataset of matching files. Use this worker to locate and retrieve attachments for downstream processing or reporting steps. When to use ----------- Tagged: ``attachment``, ``file_search``, ``finder``, ``responses``. Inputs ------ .. list-table:: :header-rows: 1 :widths: 20 20 20 20 20 20 * - Label - ID - Type - Default - Required - Description * - Choose Filters - filters - filters - — - ✓ - One or more platform attachment filters (populated from /api/app/get_filters?type=attachment) that narrow the search by attributes such as name, type, or associated record; at least one filter is required. Outputs ------- .. list-table:: :header-rows: 1 :widths: 20 20 20 20 * - Label - ID - Type - Description * - Files - files - dataset - Dataset of file records matching the applied filters; each row represents one attachment with its metadata (e.g. filename, path, MIME type) for use in downstream workers. Disciplines ----------- - data.io.file - platform.workflow .. raw:: html
Auto-generated from platform schema. Worker id: file_finder. Schema hash: 4bbe4a10f800. Hand-curated docs in workerexamples/ override this page when present.