- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
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.
- In the Input Variables section, click the Create Variable link."
The error try again shows up.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
ServiceNow flow designer Custom Action | Custom Ac... - ServiceNow Community
example :
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
Thank you all for your help.
The issue was the browser, I changed from Safari to Chrome and it worked.