We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f43b543 commit 5b72602Copy full SHA for 5b72602
1 file changed
Specialized Areas/Regular Expressions/Hashtag & Mention Extractor/README.md
@@ -59,7 +59,7 @@ TagExtractorUtils.prototype = {
59
```
60
5. Use it as any other script include.
61
62
-#### Use in Business Rule with a couple of custom text fields
+#### Use in Business Rule with a couple of custom text fields and previously created script include
63
64
1. Go to **Business Rules** in the Application Navigator.
65
2. Click **New**, choose a table (e.g., `sc_task`, `incident`).
@@ -76,7 +76,7 @@ TagExtractorUtils.prototype = {
76
77
})(current, previous);
78
79
-#### Use in Flow Action Script
+#### Use in Flow Action Script and previously created script include
80
81
1. Go to **Flow Designer > Action** and click **New Action**.
82
2. Give it a name like `Extract Tags from Text`.
0 commit comments