Record Operations


# Record Operations

Usually when you work with Flows, Workflows and Activities you need to do few extra things when manipulating records because some actions are not natively supported by the platform. This is a reason why we created the Record Operations utility feature.

# Exposed APIs

You can consume this feature using:

# Code Activities in the workflow engine - workflows and actions

# Create a record from relationship mapping

This activity can be used to create new records using attribute maps from EntityMap.xml definitions where you can define which values should be copied over from the original record. List of Record Operations Code Activities

List of Record Operations Code Activities

Example of Create Record From Mapping Code Activity

It implements InitializeFromRequest (opens new window)

# Some of the Code Activities are exposed as Unbound Actions

These can be accessed via the Organization OData API endpoint (integration/JavaScript extensions), executed by plugin or called by Dataverse (current environment connector).