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
Can you explain further your specific use case? Just to understand what's the goal you are trying to address. Thanks.
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.