Status: Faulted. Error message "Output variable name '(variable)' is not valid because it is a reserved name
Symptom
If you are using JavaScript reserved words as Integration variables, then you could get the following error message when you test or run your Integration:
"Status: Faulted. Error message "Output variable name '<variable name>' is not valid because it is a reserved name."
Environment
- BarTender 2019 and later
- Integration Platform
Fix/Answer
Bartender 2019 and later uses JavaScript evaluations during automation. You cannot use a reserved keyword as an Integration variable because of this. Please see List of reserved words for which words cannot be used as variables.