Skip to Content
0
Jun 04, 2020 at 05:02 AM

Can we call another step in specific Step in Desktop Studio Script

79 Views Last edit Jun 04, 2020 at 05:06 AM 2 rev

Hi All,

I am trying to start another step in specific step for example : In Script there are Step 1, 2, 3, 4, 5, 6 in Desktop studio For Page Workflow

In Step 2 i will add some condition. if status is true it will go through normal flow(like step 3, 4, 5, 6)

If status is false in step 3 i adding a condition if loop ( status == "True") then it will go normal flow otherwise else loop{ sc.start(Step NAME 5)}

it should start that step like step 5. But i'm getting an error that This type of property is not support.

Another approach also tried:

i tried For & if loop for each page work flow if status is true it should go normal flow.... its working for Status is False. If status is True also it not going inside the If loop doing the respective functionality.

IS THERE ANY OTHER SOLUTION.