Hi Everyone,
I need to select dropdown value based on the condition.
If Expense amount (550) = bill trans id (Drop down also holds 550 it should select that option else it should select the None.
Kindly help me in this scenario
Hi Everyone,
I need to select dropdown value based on the condition.
If Expense amount (550) = bill trans id (Drop down also holds 550 it should select that option else it should select the None.
Kindly help me in this scenario
Hello @nithya,
Use the Select activity to perform this step.
Thanks,
Sanjit
Hi @sanjit,
550 is not static. The value keeps on changing. For bill transid if using select items how to loop every option & check for condition.
Thanks in advance
No need to loop through every item, just check what is the dynamic and static part, based on that you can create the selector and use that selector for transid selection.
Bill trans id is Drop down. By default value will be none. We need to check that values exist & select
Have a look on this thread, this might can help you.
Hello @nithya - Please refer to the below video