SP Variable editor Clone Issue in service portal

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2024 03:22 AM
Hi Team,
I am getting one issue after cloning out of the box sp-variable editor widget
I have configured one Tab in Standard ticket Configuration
under this i have created one tab variable Modifications which will be shown in some condition
if i am checking in portal the request
the variable section is not coming
below is the clone widget code
below is the snapshot of Clone widget from sp variable editor
@Ankur Bawiskar could you please provide your solution to this

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2024 04:05 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2024 04:46 AM
@Kieran Anson I have provided cloned widget
did you get a chance to look ?.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2024 05:05 AM
You've included console.log in your server side script which will cause the widget to error as console.log is not a server-side function
console.log("Line 7 " +input);

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2024 05:52 AM
I have removed that one still variables are ot coming