- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-24-2020 02:53 AM
Hi everyone,
I try to update the short description with the variable input (variable name is reason) from the req item via flow.
I added a scripted part for the short_description field on the case form, here is my code:
var shortDesc = current.short_description + '\n-\n' + request.sc_req_item.variables.reason;
return shortDesc;
As result i get the "fd-scripted" in the case form short description.
Where is my error? Thanks for help.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-24-2020 03:08 AM
Hi Depa,
You don't even need to use script to accomplish this! Here's an example:
You can use the "Update Record" step, and drag in the existing Short Description, and then add the Variable from the "Get Variables" step to the same field!
Hope that's helped,
Andrew

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-24-2020 03:08 AM