SP Variable editor Clone Issue in service portal

Hemant soni2
Tera Contributor

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 

Hemantsoni2_0-1717582754962.png

 

under this i have created one tab variable Modifications which will be shown in some condition 

Hemantsoni2_1-1717582754932.png

 

if i am checking in portal the request 
the variable section is not coming

Hemantsoni2_2-1717582754772.png




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

 

10 REPLIES 10

@Kieran Anson I have provided cloned widget
did you get a chance to look ?.

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);

I have removed that one still variables are ot coming