adding multiple field in Form

Ujjwal1
Tera Contributor

hi all,

Need help on below change implementation.

In form layout requestor wants to add multiple row based on value selection

  •  If user  selects "1"
    • 1 row should enable to capture "Food type", "price"
  •  If user  selects "2"
    • 2  row should enable to capture "Food type", "price"
  • and so on

Request you to help on how to achieve this. either "+"  or "add" button can will also help.

Thanks in advance

7 REPLIES 7

Hi,

the closest match for your requirement is field type Name value

I would like to recommend to stay close to out of the box instead of heavy customizations.

Inform this to your client.

If my response helped please mark it correct and close the thread so that it benefits future readers.

Regards
Ankur

 

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

D_R
Giga Guru

Hello @ujjwal

You can create Multi row variable set as below

find_real_file.png

Ujjwal1
Tera Contributor

hi Reddy,

in need to create in Form design . Is it possible there?