Switch case for datatable

i need to add some switch case anyone can help
if row(14).tostring is equal to Effective
if row(14).tostring is equal to Not Effective
if row(14).tostring is equal to Pending

it should go separate sequence. input data from datatable and lable name status

Thanks in advance

@Shriharsha_H_N

Switch status
Case 1: Effective
Case 2: Not Effective
Case 3: Pending

Where status is of type string variable.

@lakshman can you possible to design a flow and share

@Shriharsha_H_N

Present I don’t have system to do it.

It’s simple one. Just drag and drop Switch activity and specify Type Argument as string and create different cases.

Hi @Shriharsha_H_N, you can check my my example by Picture:
Capture1

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.