In the robot that passes the parameter, it is necessary to use the "Run" action.
In the "Properties" section (the "Parameters" block) you should fill in the fields:
Set process - select the "Name" or "By the file path" value (which application is to be launched);
Process file (launches the player)
Arguments - argument pattern: -r "path to finished robot" -p "path to parameter file"
Parameter file template:
It is necessary to change in the template the value to be passed to the second robot and the name of the variable to which this value will be written by the second robot. The changes should be made in the InOutResource parameter.
Next, it is necessary to specify the type of the variable. In this case, the variable "String" (RobinString) is specified.
The following is the record format for specifying the type of value to be passed:
RobinBoolean - Logical variable
RobinCollection - variable of Collection type
RobinDataTable - variable of Table type
RobinDateTime - variable of Time/Date type
RobinDictionary - variable of Dictionary type
RobinFilePath - variable of File path type
RobinFolderPath - variable of Folder path type
RobinHotKeys - variable of Hotkeys type
RobinString - variable of String type
RobinPassword - variable of Password type
RobinNumeric - variable of Number type
RobinLocationPoint - variable of Point coordinates type
RobinObject - variable of Object type
RobinRectangleLocation - variable of Area type
When passing several values at once, it is necessary to add these values in the line below.