BP Action in Code Stage

CubusWaw

New Member
Is it possible to have Blue Prism native action for example 'Get Item Data' inside a code stage? How the code should look like?
Or is there an possibility to get queue data by code stage?

Thank you for your help
 

VJR

Well-Known Member
Hi CubusWaw,

That doesn't seem to be happening in Blue Prism but you can definitely do the below.
Have the 'Get Item Data' store all of its output into their respective Data Items and then you can pass these Data Items to the Object that contains the Code stage, then pass them to the Input parameters of the Code stage and then in the Code stage you can easily refer these Data Items.
 
Top