File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ A simple yet useful **ServiceNow Background Script** that extracts all hashtags
1919### 📦 Reusability
2020The logic is ** self-contained** within a single function block - no dependencies or external calls.
2121You can easily ** copy and adjust it** to fit different contexts:
22- - Use it inside a ** Business Rule** , ** Script Include** , or ** Flow Action Script** (see [ Additional Instructions ] ( #- additional- instructions) ).
22+ - Use it inside a ** Business Rule** , ** Script Include** , or ** Flow Action Script** (see additional instructions below ).
2323- Replace the sample ` demoData ` with a field value (e.g., ` current.comments ` ) to analyze live data.
2424- Adjust the regex to detect other patterns (emails, incident reference, etc.). See comments in the code for examples.
2525
You can’t perform that action at this time.
0 commit comments