We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4349bce commit d066ddbCopy full SHA for d066ddb
Specialized Areas/Flow Actions/Get KB Article Permalink/script.js
@@ -0,0 +1,7 @@
1
+(function execute(inputs, outputs) {
2
+
3
+ var instanceURL = gs.getProperty('glide.servlet.uri').toString();
4
+ var permalink = instanceURL + 'kb?id=kb_article_view&sysparm_article=' + inputs.kb_number;
5
+ outputs.kb_article_permalink = permalink;
6
7
+})(inputs, outputs);
0 commit comments