- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-12-2017 10:13 PM
Everywhere I search, they suggest that, to use the ReturnValue Core Activity, you need to set glide.workflow.enable_input_variables to true, in order for the returned variable to show up in the scratchpad of the calling workflow.
But it doesn't seem to be as simple as putting the assignment statement
glide.workflow.enable_input_variables = true;
in the calling workflow. That causes a Reference Error: glide is not defined.
Thank you, everyone. I marked both answers as true. In my case, someone else already created the variable and set it to true.
Solved! Go to Solution.
- Labels:
-
Scripting and Coding

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-12-2017 11:49 PM
Hi Denni,
As everyone suggested already,
You have to open sys_properties.LIST from left Filter navigation and search with name = glide.workflow.enable_input_variables and change the value true .
If the property is not found then create a new property.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-12-2017 10:16 PM
Hi Denni,
Create a new system properties with same name and give value as true.
It should work.
In left navigation type sys_properties.LIST and create a new properties with name glide.workflow.enable_input_variables and give value as true.
Thanks,
Abhishek

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-12-2017 10:54 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-12-2017 11:42 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-12-2017 11:49 PM