I want to use CMD command "whoami’ on uipath to know the logged on user and save it in variable
i’ve tried activity (invoke Power shell) but alway going wrong with me.
how it can be done?
I want to use CMD command "whoami’ on uipath to know the logged on user and save it in variable
i’ve tried activity (invoke Power shell) but alway going wrong with me.
how it can be done?
still having same issue
check with your properties. are you running my workflow? check your type argument property. or share your workflow.
it works greatly but i cannot get that info in a variable to use it in message box or something else
Hey @AbdulmuizSindi
you can see in a sample you have to use like op.Item(0) in your message box.
it works perfectly
Thank you very match