Inbuilt Actions

A list of inbuilt actions that come with Umbraco UI Builder.

Umbraco UI Builder provides different inbuilt actions that you can use right away.

ExportEntityAction

Namespace: Umbraco.UIBuilder.Infrastructure.Configuration.Actions

Exports entity data to a Comma-Separated Values (CSV) file. It converts all properties into column headings and renders each entity's property values in rows.

ImportEntityAction

Namespace: Umbraco.UIBuilder.Infrastructure.Configuration.Actions

Imports data from a Comma-Separated Values (CSV) file. This action matches column headings with entity properties and maps row values to an entity.

Last updated

Was this helpful?