Is it possible to assign the unique creds to each bot and then each time when different bots runs the same robotic task it logins with different creds do we have any workarounds for this?

Certified Associate Developer

I want to check if we have any workaround if we have the bot-wise-credentials configuration, instead of using a common ID for all bots? like each bot uses different creds to login for that robotic task ?

  Discussion posts and replies are publicly visible

Parents Reply Children
  • 0
    Certified Associate Developer
    in reply to miguelangel.carnero

    Sure, let's assume we have 2 creds(cred 1 and cred 2) for a portal to login into through appian rpa and we have 2 instances running one is picked by bot 1 and another by bot2 so I would like to know if it's possible that rpa bot1 uses cred 1 and bot 2 uses cred 2 to login into that portal. In case we have a portal limitation that at one time only 1 cred can be used and if another bot tries to login with same cred it logs out of the previous session or does not let us login.