Process Switch Variables
Posted: Thu Oct 16, 2025 1:16 pm
I am trying to create a script, which can recieve HTML input in various ways.
But if I read a static file with this content in my script the variables are not replaced.
I can not seem to find in the documentation for scripting if this is possible.
What would be a dream scenario is to have a Process Switch Variables Yes/No list.
- Single line text with variables
- Multi line text with variables
- Static file
- Incoming job or
- Dataset
But if I read a static file with this content in my script the variables are not replaced.
Code: Select all
<!DOCTYPE html>
<html>
<body>
<h1>My First Heading</h1>
<p>My first paragraph.</p>
<p><strong>Name: </strong>[Job.NameProper]</p>
</body>
</html>
What would be a dream scenario is to have a Process Switch Variables Yes/No list.