|
10 | 10 | ## Encodian Power Automate Action Documentation |
11 | 11 | The [Encodian Support Portal](https://support.encodian.com/hc/en-gb/sections/360002169954-Power-Automate-Action-Documentation) provides detailed documentation and sample solutions. |
12 | 12 |
|
13 | | -## Supported Operations |
| 13 | +## Standard Actions |
14 | 14 |
|
15 | 15 | ### Convert to PDF |
16 | 16 | Convert a document to PDF or PDF/A format - https://support.encodian.com/hc/en-gb/articles/360011123574-Convert-to-PDF |
@@ -111,6 +111,9 @@ Extract PDF form data from a PDF Form - https://support.encodian.com/hc/en-gb/ar |
111 | 111 | ### Search and Replace Text |
112 | 112 | Find and replace text contained within a PDF or DOCX document - https://support.encodian.com/hc/en-gb/articles/360020937853-Search-and-Replace-Text |
113 | 113 |
|
| 114 | +### Update Word Hyperlinks |
| 115 | +Search for and update hyperlinks within a Microsoft Word document - https://support.encodian.com/hc/en-gb/articles/7136687719837 |
| 116 | + |
114 | 117 | ### Replace Text with Image |
115 | 118 | Find and replace text contained within a PDF or DOCX document with an image - https://support.encodian.com/hc/en-gb/articles/360027234874 |
116 | 119 |
|
@@ -231,14 +234,52 @@ Get all the tracked changes (Revisions and comments) for the Microsoft Word docu |
231 | 234 | ### Sign PDF |
232 | 235 | Apply a digital signature to the PDF document provided - https://support.encodian.com/hc/en-gb/articles/7117159708189 |
233 | 236 |
|
234 | | -### Convert JSON to Excel |
235 | | -Convert the JSON data to provided to a Microsoft Excel or CSV document - https://support.encodian.com/hc/en-gb/articles/7690520790045 |
| 237 | +### Enable Tracked Changes |
| 238 | +Enables tracked changes for the Microsoft Word document provided - https://support.encodian.com/hc/en-gb/articles/6695385009053 |
236 | 239 |
|
237 | | -### Update Word Hyperlinks |
238 | | -Search for and update hyperlinks within a Microsoft Word document - https://support.encodian.com/hc/en-gb/articles/7136687719837 |
| 240 | +### Disable Tracked Changes |
| 241 | +Disables tracked changes for the Microsoft Word document provided - https://support.encodian.com/hc/en-gb/articles/6695370804125 |
| 242 | + |
| 243 | +### Compress PowerPoint |
| 244 | +Applies compression to the PowerPoint or presentation file provided - https://support.encodian.com/hc/en-gb/articles/7621965500189 |
239 | 245 |
|
240 | 246 | ### Remove Watermark from Word |
241 | 247 | Remove both an image and text watermark from the Microsoft Word document - https://support.encodian.com/hc/en-gb/articles/7752587767965 |
242 | 248 |
|
243 | 249 | ### Remove Watermarks from PDF |
244 | | -Removes all or targeted watermarks from the PDF document provided - https://support.encodian.com/hc/en-gb/articles/7751328751645 |
| 250 | +Removes all or targeted watermarks from the PDF document provided - https://support.encodian.com/hc/en-gb/articles/7751328751645 |
| 251 | + |
| 252 | +### Add Attachments to PDF |
| 253 | +Attaches (also referred to as embeds) the files provided within the 'Attachments' property to the PDF document provided - https://support.encodian.com/hc/en-gb/articles/8087678202653-Add-Attachments-to-PDF |
| 254 | + |
| 255 | +### Convert JSON to Excel |
| 256 | +Convert the JSON data to provided to a Microsoft Excel or CSV document - https://support.encodian.com/hc/en-gb/articles/7690520790045 |
| 257 | + |
| 258 | +### Convert PDF to PNG |
| 259 | +Converts every page contained within the PDF document provided to a single PNG image - https://support.encodian.com/hc/en-gb/articles/10086003836701-Convert-PDF-to-PNG |
| 260 | + |
| 261 | +## Utility Actions |
| 262 | + |
| 263 | +### Utility - Clean Text |
| 264 | +Removes specified characters and performs specified clean operations upon the text value provided - https://support.encodian.com/hc/en-gb/articles/10072015106077 |
| 265 | + |
| 266 | +### Utility - Create GUID |
| 267 | +Generates a new GUID - https://support.encodian.com/hc/en-gb/articles/9563119917597 |
| 268 | + |
| 269 | +### Utility - Extract Email Addresses from Text |
| 270 | +Detects and returns all email addresses found within the text provided - https://support.encodian.com/hc/en-gb/articles/10068475924253 |
| 271 | + |
| 272 | +### Utility - Extract Text between Values |
| 273 | +Rreturns a string value extracted from two defined points within the string value provided - https://support.encodian.com/hc/en-gb/articles/9604938273565 |
| 274 | + |
| 275 | +### Utility - Validate Email Address |
| 276 | +Validates the email address provided - https://support.encodian.com/hc/en-gb/articles/9588817792925 |
| 277 | + |
| 278 | +### Utility - Validate GUID |
| 279 | +Validates whether the string value provided is a valid GUID - https://support.encodian.com/hc/en-gb/articles/9601440603421 |
| 280 | + |
| 281 | +### Utility - Validate URL Availability |
| 282 | +Checks whether the URL provided is available - https://support.encodian.com/hc/en-gb/articles/9224582350365 |
| 283 | + |
| 284 | +### Utility - Validate URL Syntax |
| 285 | +Validates whether the string value provided is a valid URL - https://support.encodian.com/hc/en-gb/articles/9601816944413 |
0 commit comments