How to create a list of questions to the user using WIZARD concept in uipath

How to create a list of questions to the user using WIZARD concept in uipath. Please refer to the questions as shown in the screenshot.

using ‘Input Dialogue’- we can ask only one question at a time. Please help me to achieve this.

@KavithaManohar
You can use Custom Input to provide an html form to the user.

1 Like

in input dialog activity under input properties, in options pass the value {dT.rows(0).Item(0).ToString,dT.rows(1).Item(0).ToString }

1 Like

i am really very weak in HTML concepts, i am from non technical background. Is there any simple way to achieve this?

how will achieve drop down options in that list?

Another idea is to download the package SyForms, you can try this out.

1 Like

dt_Employee.DefaultView.ToTable(True,“Question”)
you need to extract into datatable

1 Like

hi,
Test.xaml (16.9 KB)
just check this workflow, i understood like this

Ok, I will check this. Thank you