Using Wildcards With Variables In Activities

The closest match to the word ?

if the select item has countable values example < 10
you could try using a switch case with hard-coded values.
and use the switch as a container

Switch(yourExcelInput){
case "Debtor "
select your item
break
case Debt
select your item
break
case debits
select your item
Break
Default : Select Item Default;
break

}

What i mean is currently there is no variable wildcard. you have to use a work around.

Regards
Ranga.

1 Like