Camunda:how to use embedded form for multiple response data

I have service response like this :slight_smile:
[
{
“id”: 1,
“Name”: “name”,
},
{
“id”: 33,
“Name”: “name”,
}
]
and i want to parse this response, so that i could generate two form with similar form, can i make this by embedded form? how can i optimaze thsi task?

This is a lot like a question you asked a few hours ago - did you need to open a new thread for this?

Hi @Niall in first case i have generated html5 forms from properties , so i didn’t use embedded forms, by the way is it possible to use http request inside emebeded forms?
by the way can you link me any example despite this ,
with similar functionality (https://docs.camunda.org/manual/7.4/reference/embedded-forms/javascript/lifecycle/)