Skip to content

Commit 5b72602

Browse files
authored
Update README.md
1 parent f43b543 commit 5b72602

File tree

1 file changed

+2
-2
lines changed
  • Specialized Areas/Regular Expressions/Hashtag & Mention Extractor

1 file changed

+2
-2
lines changed

Specialized Areas/Regular Expressions/Hashtag & Mention Extractor/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ TagExtractorUtils.prototype = {
5959
```
6060
5. Use it as any other script include.
6161

62-
#### Use in Business Rule with a couple of custom text fields
62+
#### Use in Business Rule with a couple of custom text fields and previously created script include
6363

6464
1. Go to **Business Rules** in the Application Navigator.
6565
2. Click **New**, choose a table (e.g., `sc_task`, `incident`).
@@ -76,7 +76,7 @@ TagExtractorUtils.prototype = {
7676

7777
})(current, previous);
7878
```
79-
#### Use in Flow Action Script
79+
#### Use in Flow Action Script and previously created script include
8080

8181
1. Go to **Flow Designer > Action** and click **New Action**.
8282
2. Give it a name like `Extract Tags from Text`.

0 commit comments

Comments
 (0)