Get Processes: Process was not started by this object, so requested information cannot be determined

Hello

I am using the activity “Get Processes” to get running processes on the machine.
Then I want to loop them inside a “For each” to check for Owner/User of process.

I am trying to use this code:

process.StartInfo.Username

But it results in this error:

Process was not started by this object, so requested information cannot be determined.

Hi @bobzbobz ,

Could you rename the process variable to a different name. Since the keyword process is a reserved word already, it might be causing this issue.
image

Unfortunately that didnt help.