New to flow designer - why does fd_data.trigger.current.requested_for not work?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2024 11:50 AM
I have a request item I am building where I need to set the Short Description of a catalog task. In the script editor for the Catalog Task>Short Description I have:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2024 12:15 PM
Are you returning shortDesc in your script on the next line?
you could change your code to be:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2024 01:08 PM - edited 10-14-2024 01:13 PM
Hi @e_wilber
It looks like fd_data.trigger.current.requested_for is not a string that is creating some issue in the concatenation.
Can you please try with the updated code as below,
If this address your question, please mark this response correct by clicking on Accept as Solution and/or Kudos.
You may mark this helpful as well if it helps you.
Thanks,
Animesh Das