Map Entity Attribute Action Application Steps

1. Field Selection on the UI

  • The user is presented with a field where they can select an entity.
  • Then, the attributes defined in the system are listed.
  • Even if multiple attributes are selected, the MapEntityAttribute action only works for a single attribute. Therefore, the action must be triggered separately for each selected attribute.

2. Action Definition

Add the following action to the ‘Add Attribute’ or ‘Match Fields’ button:

  • + ADD ACTION > OnClick > EAV > Entity Attributes > MapEntityAttribute

The parameters are configured as follows:

  • EntityId: Symbol Picker > Select Box / Dynamic Form
  • AttributeId: Symbol Picker > Select Box
  • SortOrder: Symbol Picker > Optional > Fixed / Numeric Input
  • Enable Audit Log (Optional): Ensures that actions performed during execution are added to the audit log records. This allows you to track when changes were made to the system, by which user, and within the scope of which action.

3. Using the Action Result

  • After the match is complete, a notification can be displayed to the user (Show Toast).
  • The GetEntityAttributes action can be run for the relevant entity to display the new attributes.