UiPath Apps - Start Process Rule - Get out Argument of Process

Hi All,

i’m building my first UiPath App and struggeling how to get back the out arguments of an process i started inside the app. The process starts properly as i set up in the event, but i don’t know where to get the out argument. The out argument is shown in the process list inside UiPath Apps:

In the event i can set the in arguments properly, but i don’t know where to receive the out argument:

KR
Patrick

Hi @schwarzp ,

I believe you could use the same syntax that you have followed for setting the Input Overrides in the When Completed Section but assigning the value to an App variable.

Something like below :

AppVariable1 = Processes.[ProcessName].[Out_ArgumentName]
1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.