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

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.