cancel
Showing results for 
Search instead for 
Did you mean: 

In SAP iRPA how to access i/o parameter in custom script?

former_member1974
Participant
0 Kudos

Hello experts,

I am working on SAP iRPA cloud studio. I need to implement custom script for my logic.I want to access the parameters of another activities in my script. I would like to know the code to access Input parameters of another activity to get its value in the custom script.

Thank you in advance,

PD

Raghu
Product and Topic Expert
Product and Topic Expert

Hello,

Bot development is covered in our openSAP course Enter Next-Level Bot Building with SAP Intelligent RPA 2.0

Especially week2 , unit 4, at 21st minute, Custom Javascript and Input / Output parameters is covered.

Please also review the ongoing openSAP course on What's New with Bot Building in SAP Intelligent RPA 2.0 on additional useful resources on bot development.

Cheers

Raghu

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member661358
Participant
0 Kudos

Hi Prasad,

Once you open Custom script, you can see input and output parameters. Click on Add new input parameter and name the parameter.

In custom code you can call you input parameter using variable declaration.

Please find the attached screenshot for refernce.

Regards,

Chenna.