ADD FILES TO PHYSICALTESTS

Attaches one or more files to an existing physical test record in the d3VIEW physicaltests registry. Use this worker when you need to upload or replace supporting files (e.g. raw data, reports, media) associated with a specific physical test entry.

When to use

Tagged: file_management, file_upload, physical_test, physicaltests, responses.

Inputs

Label ID Type Default Required Description
Physicaltest input_pt_id remote_lookup Remote lookup selecting the target physical test record by its primary key in the physicaltests datastore; required — choose the test to which files should be attached.
Files files file   One or more files to upload and attach to the selected physical test (e.g. CSV data files, PDF reports, images); supports any file format accepted by the platform.
Replace Existing Files replace_existing_files select yes   Controls whether uploaded files overwrite files with the same name already attached to the physical test; defaults to ‘yes’ (replace) — set to ‘no’ to keep existing files alongside the new uploads.

Outputs

Label ID Type Description
Physiclatest physicaltest_id integer Integer primary key of the physical test record that was updated, referencing the physicaltests datastore — useful for chaining downstream workers.
Responses responses dataset Dataset containing the response records associated with the physical test after the file attachment operation, suitable for further postprocessing or correlation steps.

Disciplines

  • data.dataset.ingest
  • data.io.file

Auto-generated from platform schema. Worker id: physicaltest_add_files. Schema hash: efb3adf0d632. Hand-curated docs in workerexamples/ override this page when present.