How to do data binding for one-to-many in Adaptive Forms
I am using REST based FDM with one to many association. In FDM, swagger was able to set up one to many association. However, I am not sure how to do data binding in the Adaptive Forms.
Let says I have Entity called Person which has one-to-many association with another entity called Address. Lets assume that there 3 addresses (Permanent, Current and Office) per person.
I thought I can have 3 panels for each of the addresses. However, I am not able to set up the data binding.
Any suggestion how to set up data binding for one-to-many association in Adaptive Forms?
Thanks in advance.