cancel
Showing results for 
Search instead for 
Did you mean: 

How to check form scenario fields in workflow condition step?

0 Kudos
481

Hi,

I want to check one of my fields in form scenario in the workflow condition step.

In condition step it is possible to check &PROCSTATE&, but is it possible to check value of form fields here?

please help me. I'm beginner.

thanks.

bpawanchand
Active Contributor
0 Kudos

Hi Amir,

Please follow the link for more information

Thanks

Pavan

View Entire Topic
0 Kudos

For check value of fields in workflow we can use below elements in workflow container:

form_field_name_1

form_field_value_1

form_field_name_2

form_field_value_2

form_field_name_3

form_field_value_3

1- In the first step of workflow ( import step , TS17900110 ), Go to Binding.

2- Bind 'fieldname' -> &form_field_name_1& in first table.

3- Bind &form_field_value_1& <- &form_field_value_1& in second table.

4- now field value is in &form_field_value_1&. for checking the value. create Multiple condition step.

5- condition type: case

6- comparison basis: &form_field_value_1&

7- enter possible values in below table.