User Activity
11-02-2022
In the flow designer sub flow, created a flow variable called counter of integer type1. assigned 1 value to flow variable 2. add do the following until3. Incremented flow variable by using ADD transform function ( used this approach https://snhackery...
Hi All,I need to send email notification to requestor with Catalog variable and selected label based on user languageExample :Scripted used in email script :// a is name of the catalog variablefunction Name(a) {var set = new GlideappVariablePoolQ...
Example : var ga= new GlideRecord("change_request"); ga.applyTemplate("Name of template") ; ga.insert(); I need a way to apply template with sys_id of template rather t...