How to insert repeatable form fields/group using form data model into DB? | Community
Skip to main content
vivek1108
July 23, 2020
Solved

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

  • July 23, 2020
  • 2 replies
  • 1209 views

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.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by workflowuser

I think FDM only inserts data into one table

2 replies

workflowuserAdobe EmployeeAccepted solution
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).