The CreatorCon Call for Content is officially open! Get started here.

How to get return value?

SNOW39
Tera Expert

Scenario 1: How can i get the return value in script include inside WF

scenario 2 : How can i send the sys_id of group create in WF to script include.

10 REPLIES 10

Aman Kumar S
Kilo Patron

Use return statement as in

return xyz// variable which you want to return

 

Send that in your functiona parameter

new ScriptIncldueName().functionName(your_paremeter);

Best Regards
Aman Kumar

Do you have an example?

scenario 2 : How can i send the sys_id of group create in WF to script include

this?

Send that in your functiona parameter

new ScriptIncldueName().functionName(your_paremeter);// this is syid of your group

Best Regards
Aman Kumar