The <attachment> tag is intended to provide the widget for uploading files into a record.

Use this tag:

The following attributes are applicable:

AttributeTypeMandatoryDescription
recordIdStringNSpecify the ID of the record to which this tag implementing attachment widget will be bound.
tableNameStringNSpecify the name of the table for the record to which this tag will be bound.


<attachment tableName={data.table_name} recordId={data.record_id}></attachment>