- 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
Hi @moudjibb
Check this video/article/blog and try in your instance
https://developer.servicenow.com/blog.do?p=/post/creating-your-first-action/
https://www.youtube.com/watch?v=HQZCUQQd0ro
ServiceNow flow designer Custom Action | Custom Action demo in ServiceNow | ServiceNow Flow Designer
Regards
Tanushree Maiti
ServiceNow Technical Architect
LinkedIn: https://www.linkedin.com/in/tanushreemaiti
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
When you click it inside the script step without creating the main action input first, Flow Designer gets confused and throws that "try again" error.
You are clicking the Create Variable link inside the Script Step box, but you must create it at the top of the action first.
Do this:
Click Inputs at the very top of the left-hand column.
Click + Create Input in the center of the screen, name it property_name,(follow the exercise) and click Save (top right).
Click your Script step in the left column to go back.
Click Create Variable inside the script box. It will now work without the error.
- 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 PoonKodiS,
The issue was the browser, I changed from Safari to Chrome, it worked