Reporting Export Assembler

Assemble a reporting export row.

Install

openclaw skills install @wxt-ai/record-export-field-workbench

Reporting Export Assembler

Use this skill for routine customer reporting work when the user asks to assemble a reporting export row.

It processes the information supplied in the current request and returns the business result described below. It does not require credentials or access to private files.

Input

Field: record_field

Named customer field prepared for a reporting export.

Accepted value: object with record_id, field_name, field_value.

Output

Field: export_row

Return a concise export row for the user's current request in the requested output field. The returned value is a object with columns, row_values, row_digest.

Example Request

text
Use the supplied record_field to assemble a reporting export row.
Return the result in export_row.