Hi all,
Is there any way wherein we can send a argument from a C# code in visual studio to Blue prism process/object so that we can use the argument in BP process and process it.
Thanks,
Raahul C
See my previous answer. Use input parameters to pass external data to a process, then use a code stage to pass data item values into a method in your global code area.
Hi Jhon Carter ,
thank you very much for reply .
I tried with your solution but still I am not able to send the arguments to global code area in initialise stage .