How to generate manual camunda:Entry metadata by click on button

Hi there,
I want to generate the following ‘camunda: Entry’ metadata by click on add button
0: ModdleElement
$type: “camunda:Entry”
key: “contentType”
value: “application/json”
$attrs: {} $parent: ModdleElement {$type: “camunda:Map”, entries: Array(1), $attrs: {…}, $parent: ModdleElement}
proto: Base

length: 1
proto: Array(0)

So, how things are possible to do.

More info:
image

It’s hard to figure out what you want to achieve. What did you already do to achieve this?

What about using code blocks instead of unformatted code and screenshots?

HI Niklas,
Actually, my scope is, I have ‘bpmn: SubProcess’ children and I used to display clone of property panel with customized. It has default input and output parameter entries and I try to add additional entries by click on the custom button. Is ways to achieve this ?

I try to add additional entries by click on the custom button.

What did you already do to achieve that?

I used bpmn Properties panel to add input and output parameters

And where did you add this custom button? Can you share your code? Would be appreciated inside a CodeSandbox so we can see what’s going on.

Hi Niklas,
Sure, I will move all respective codes to CodeSandbox and let you know. Please give some time

Thanks.