1. Defining the Dynamic Form Element
- A Dynamic Form element is added to the application interface.
- This form dynamically loads attributes based on the EAV structure.
2. Define Action
- After the attribute whose value you want to retrieve is loaded in the form, select the following to retrieve this value with an action:
- + ADD ACTION > OnClick / OnChange> EAV > Dynamic Form > Get Entity Attribute Value in Dynamic Form.
- Parameter configuration:
- Dynamic Form Component → Form name
- AttributeId → Symbol Picker > Fixed (GUID) or dynamic source
3. Using the Action Result
- The action result can be used in a Set Value, If Condition, etc.
- For example, the retrieved value can be written to a Text element or transferred to another process.