Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
Problem Statement:
English |
---|
We want to maintain 1-to-many data (1 feedback has multiple votes) relationship between the parent table (feedback) and child table (vote). In the feedback form, we want to use a dropdown select box instead of grids. By using a grid form element, we could have make use of Multirow Form Binder with the following configurations. |
In this article, we are showing on how we can store and load data from a dropdown select box into foreign table, similar to the purpose that Multirow Form BInder serves.
...