- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2023 01:58 AM
Hello ,
I have an problem when after my test script in my custom action to convert a variable which is a boolean into the outputs variable table ? How to do it ?
Screenshot with code:
screenshot with the test result:
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2023 03:46 AM
Hi ericlung,
Is the problem you are facing that the value of output is false even when true is expected?
If so, I ran into the same problem.
I solved the problem by passing 1 or 0 to the script step Output, instead of true or false.
In your case, rewriting the "newbool" and "rembool" values in the script to 1 or 0 might work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2023 03:46 AM
Hi ericlung,
Is the problem you are facing that the value of output is false even when true is expected?
If so, I ran into the same problem.
I solved the problem by passing 1 or 0 to the script step Output, instead of true or false.
In your case, rewriting the "newbool" and "rembool" values in the script to 1 or 0 might work.