How use logic for this?

I am having two different names like RAM & SITA (RAM=SITA) and they both are use in same condition
but some accounts SITA will come and for some accounts RAM will come but end of the point both are doing same development.

which logic is suitable for this

Hi @meeraa , I do not think this is very much understandable.

Could you maybe explain a bit more in details as what you are trying to do ?

Hello @meeraa

There was a similar question from you on the conditions.My suggestion is it will be better to present the conditions in a table format to easily understand your requirement.

Also if you give some insights with some real data.

hi @supermanPunch CAN YOU SEE NOW

HI @Rahul_Unnikrishnan ,

i am having A and B both are to move next step like c

for ex if account1 we will getting B We should move to C
ex if account2 we will getting A We should move to C
ex if account3 we will getting A We should move to C
ex if account4 we will getting A We should move to C
ex if account5 we will getting B We should move to C
ex if account6 we will getting A We should move to C…like randomly
(A and B both are different names na how can i handle them they both move same step c?)

Hi @meeraa,

You may try “OR” condition.
if account1 = (A or B) then move to C.

Hope this helps.

Thanks,
Ashwini Kempraj

1 Like

hi @ashwini.kempraj ,

in development also i can use OR like any symbol while using in if condition??

Hi @meeraa,

Yes we can use all the conditional operations in uipath just like we use for programming.

Thanks,
Ashwini Kempraj

Hello @meeraa

Here eventhough if you are getting any account or condition A or B it going to C…

So where you wat the conditions to include? Is there any other end points like C??

Also from where you are getting this account number ad the first condition ( A,B)?

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