options are not displaying upon pressing "fd_data"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2023 04:48 AM
In my flow I am using Get Catalog Variables step to fetch variable values from Catalog item.
I am using an action also in the flow and need to pass the value fetched from catalog item to action input. I am using inline script as required for this case.
When I am trying to use "fd_data" I am not able to dotwalk. It is not prompting anything. Any Soultion?
For example - I have a value TSGD@12345 and I am splitting as I need values after TSGD@ as input. For this only I am using inline script and need to use "fd_data" to dotwalk.
#ITOM #ITSM #scripting
- 3,645 Views

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2023 03:43 AM - edited 10-06-2023 03:45 AM
@Ashwini101 I am experiencing the same issue and raised a support ticket for this. Perhaps a bug?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2023 06:44 AM
@Ashwini101 So this is a known issue: PRB1696950: Flow Designer Script Editor auto completion/suggestions no longer working in flow design scripting Flow Designer Script Editor ( fd_data ,Dot walking )
Should be fixed with Utah Patch 8 according to support.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2023 06:45 AM - edited 10-11-2023 06:50 AM
Hi @Cheski Frank ,
Can you share the details of that PRB? When I click your link I get a 'record not found'.
We're currently on Vancouver Patch 2 and it's still an issue. Did you mean to say fixed in Vancouver Patch 3!?🤔

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2023 07:06 AM
@Community Alums CC: @Ashwini101 This is the content of the PRB:
Priority: High
Flow Designer Script Editor auto completion/suggestions no longer working in flow design scripting Flow Designer Script Editor ( fd_data ,Dot walking )
CS6856852. UTAH Upgrade Patch 4 to 6 broke it
UTAH 4 works
justin.rubin
I confirmed the issue on customer instance. Still trying to understand how to reproduce it. I also verified it is the same issue as CS6872591.
The issue is related to a library upgrade we made to support text-to-code. The script editor component is initializing a ts.worker.js which is conflicting with the behavior of the component.
Please open a PRB and assign to Dev-Flow Designer UI team.
Does that help?