We're reclaiming inactive PDIs to keep them available for active builders. Learn what's changing, who's affected, and how to protect your work. Read More

Issue adding variable to input flow

moudjibb
Tera Contributor

Hi all,

I am new to ServiceNow and I and struggling with an issue on Zurich edition. I am currently  following this exercise but unable to complete it because the get an error with I try to create an input variable. I get the error message try again. 

To replicate this on Zurich release,

1. Go to   SERVICENOW APPLICATION DEVELOPER - Developing for Flow Designer -  Exercise: Create an Action 

When you try to complete this part . 

"

Add a property_name input variable.

  1. In the Input Variables section, click the Create Variable link."

The error try again shows up.

1 ACCEPTED SOLUTION

PoonkodiS
Giga Sage

ServiceNow flow designer Custom Action | Custom Ac... - ServiceNow Community

 

example :

PoonkodiS_0-1780674667481.png

 

 

https://developer.servicenow.com/dev.do#!/learn/learning-plans/australia/servicenow_application_deve...

If you are following this article,you have to create input and output before entering into the script step.

 

Name:

ip :property_ name

op :property _value

Label:

ip :Property Name

op :Property Value

 

View solution in original post

5 REPLIES 5

moudjibb
Tera Contributor

Thank you all for your help. 

The issue was the browser, I changed from Safari to Chrome and it worked.