Invoke Code- place result into text field

Hi,

Is there a way of getting the result of an Invoke Code Activity into a field?

Kind Regards,
Shawn

You can use arguments (out type) and set the values inside the invoke code activity.

You will find the example at the end of the document.

Regards,
Karthik Byggari

4 Likes

Similar to declaring the variables and using them in the code, we can initialize the arguments for the invoke code activity and you can use them inside the code. So that the values you are passing through them will be used inside.

2 Likes