1. Adding a Dynamic Form Element
- A Dynamic Form element is added to collect various attribute values from the user.
2. Define the Action
- For example, a ‘Save’ button is added.
- When the button is clicked, the following steps are followed:
- + ADD ACTION > OnClick > EAV > Dynamic Form > Get Entity Value from Dynamic Form
- Parameter → Dynamic Form Components > Dynamic Form is selected.
3. Using the Result
- The action result can be used for the following purposes:
- Save Entity Value action to save data to the database
- Perform validation or checks (with If Condition)
- Provide a summary display (Label, etc.)