The Zurich release has arrived! Interested in new features and functionalities? Click here for more

How to call Script include into flow designer

Guptha123
Tera Contributor

Hello Team,

Iam trying to call the existing script includes into flow designer to create an Incident when the script include returns some effected record or  item and the effected record to be captured into Description field. 

Can you please help me how to proceed further.

Thanks in Advance

Guptha

1 ACCEPTED SOLUTION

Hi @Guptha123 

 

You can create a custom action and call your script include.

 

 

 


Thanks and Regards,

Saurabh Gupta

View solution in original post

5 REPLIES 5

ersureshbe
Giga Sage
Giga Sage

Hi, You should use script action and call script include using var si = new SIName(); si.functionNameSI();

Regards,
Suresh.

Saurabh Gupta
Kilo Patron
Kilo Patron

Hi,
Where do you want to execute the script include?
Is this script include is telling whether to create an incident or no? or only to populate the description field?

 

Give the full requirement. 


Thanks and Regards,

Saurabh Gupta

Hello Saurabh,

Iam trying to call existing script inculde in flow designer to check if  script include return true( record) then I supposed to get The incident created with returned record into description.

Hello Saurabh,
For both creating an incident and to populate  description Iam using script include.