Avatar

Level 5

Hello all,

I'm here to ask you how may I develop an input form having a variable number of fields.

Here my use case.
The data schema related to the form would have multiple records associated to the same product and differs for the campaign

Es:

MyTable (cus:myTable)
<Product code, Campaign internal name, isSelected>

product001, OP1, false

product001, OP2, true

product001, OP3, false

product002, OP1, false

product002, OP3, false

...

on the other hand the input form should have a single view for each product and let the operator see the campaigns the product is associated to and let him/her select it through a checkbox

Es:
MyTableForm (cus:myTable)


If the operator select record product001, OP1

he/she should see these input fields

OP1

OP2

OP3

Leaving aside the soap call, could you kindly explain me the syntax I would use to develop this solution since it's dynamic?
I would be very grateful for this!

VapsyAdhiyan CflorentlbAmit KumarJean-Serge BironAnanya KuthialaDebabrata.TAdobe Campaign Classic

Thanks in advance,

Salvatore