UI PATH APPS Condition for Search button

Hello, Could you please explain how to apply a condition to buttons? For example, if the search button is pressed while the process is being used by another user, that user should receive a message asking them to wait. It should wait for a while before proceeding. If anyone knows, please answer.

@sayali.p

Welcome to the community

you mean on click of button a bot is running?

cheers

No…I Want If my UiPath app is being used by two or more users simultaneously, I want to set a condition where all users except one receive a pop-up message indicating that the process is currently in use

Click Button i.e. in my case search button is working fine i wanted set above condition on that…

Same issue faced by me

@sayali.p

Apps by default work per person only…both instances would be inependent

may I know why you want to create this dependency?

cheers

I created a UI Path app called ‘Customer Details’ where, upon entering a number into the search field, it fetches the details of the customer.
After publishing and assigning roles, when I share my app with others, it allows all users to run the process simultaneously. However, I want only one user at a time to be able to run this process. Others who wish to search will receive a message or popup saying, 'The process is already running.So do you have any solution for this?