Create dynamic embedded form fields | User Task

Hello everybody,
I’m pretty new to Camunda and not sure if my first challenge is able with board tools or needs a lot of work. I would like to create a embedded form with a dynamic amount of fields to Display a Bill of Material. Do I have to create my own form which access a Json variable ? Has anybody done any similiar before?
I would be very happy to receive support!

Hi photwinget,

I use json data and dynamic forms quite often…

Read this section on fetching json process variables. Make sure you are familiar with Angular’s ng-model and if you have repeating groups, ng-repeat…

regards

Rob

Hey Webcyberrob thanks a lot, i found an answer in the "Camunda-bpmn-examples-master "project “camunda-quickstart-task-form-embedded-serialized-java-object”