How to insert repeatable form fields/group using form data model into DB? | Adobe Higher Education
Skip to main content
vivek1108
July 23, 2020
Beantwortet

How to insert repeatable form fields/group using form data model into DB?

  • July 23, 2020
  • 2 Antworten
  • 1217 Ansichten

My question is how can we insert a  repeatable field/group of fields into a Database using the Form Data Model.

I've tried creating two separate tables in my DB and making an association from one to child model in Form Data Model editor but it only provides us with get service to configure for the association.

So, whenever I try to post the data to the main Form Data Model it only stores the data in the main table but nothing is getting added into the associated table (with repeatable fields).
Please help me out if there's any other way we can establish this requirement using OOTB.

Dieses Thema wurde für Antworten geschlossen.
Beste Antwort von workflowuser

I think FDM only inserts data into one table

2 Antworten

Adobe Employee
July 23, 2020

I think FDM only inserts data into one table

Adobe Employee
August 5, 2020

@vivek1108 Association is just like join, which we use to read data from two or more tables.

For inserting data into 2 tables on the click of a button, you can invoke 2 insert service (one for each table).