How to trigger process through UIPAth apps through specific robot

I am triggering a process through UiPath apps. My requirement is to run the process through specific service account which has the necessary accesses. How can i configure this? As of now it is running the process through other service account which do not have relevant acceses .

@mrinalini.rastogi

You cannot directly target on a machine or user from apps…

One way to do is create a process in a separate folder and assign only the required user in that folder…so that when triggered from apps as only one user is available it picks only that

Cheers