0
Escape HTML
Description
The escape_html part is used to escape special characters in html so it is understandable for the browser.
Use
Simply provide the text or data object as an input path and set the output path and the part does the rest for you.
Editor Fields
Field Name |
Description/Use |
Type/Options |
Optional/Mandatory |
Input path |
This is the name of the data object to escape/un-escape. Click … to see a list of data objects available in the data model. A text string can also be given. |
Text/Data Object |
Mandatory |
Output path | This is the name of the data object to which it should be escaped/un-escaped. | Text | Mandatory |
Example
Download and import the following example project in your workspace.
Like
Follow
Reply