Hello,
I was wondering how to set a text depending on a condition that is not being evaluated at the bottom of a workflow but within the workflow (so I don’t have to copy the entire workflow just to check one single condition. The maintenance of this kind of copy&paste is just hard to maintain and no best practice).
The scenario:
I am setting the filename of a file in a specific schema within an arbitrary text:
current date/time_werteinschätzung_<THE CONDITIONAL TEXT>.pdf
The conditional text depends on the purpose of creating the file. it can contain either:
- the creators last name
- the name of a company
- a user input string
The workflow itself is already running with an “only when” condition so I would really like to make the evaluation not on the workflow layer but within the arbitrary text.
Is this even possible?
Thanks!
Current state: