-
Problem report
-
Resolution: Fixed
-
Trivial
-
6.0.5rc1, 6.2.0beta3
-
Sprint 90 (Jul 2022)
-
0.5
Steps to reproduce:
- Create item.
- Item type - script.
- Item type of information - text.
- In script field add -
return '🥕';
- Navigate to Preprocessing tab.
- Add new step - JavaScript.
- In parameters add - return value + value;
- Press test button.
- Check in - Get value from host.
- Press - Get value and test button.
Result:
Error message - could not convert return value to utf8
Expected:
No errors.