ContributionsMost RecentMost LikesSolutionsRe: REST POST but I need Process Array I never found an answer. I have not gone back to review this issue. Re: Debugging Expression libraries in eclipse (or other editor) using Javascript That is good information. I would prefer to write expressions and expression libs than script snaps. I do wish there was a way to test them from Javascript or Java in a local editor. Something to consider. Probably a lot of work when many of your users may not use a lot of local coding practices? Re: Debugging Expression libraries in eclipse (or other editor) using Javascript Thank you for the response. I did learn through more research that the engine is the Nashorn engine and due to the fact that it is deprecated in Java 11 there will not be support for it in VScode. Some people have made some progress. I do have a test pipeline right now. I am finding more discrepancies between Javascript the language spec and Nashorn the implementation. (which is why it is deprecated). That has to be a hard place for you to be in, a new engine could be a backwards compatibility nightmare. Debugging Expression libraries in eclipse (or other editor) using Javascript I would like to be able to write tests for my expression libraries using and editor and javascript. I have tried require() and import, but have not been successful REST POST but I need Process Array I am calling a REST api that returns large amounts of data, but it requires a POST to get the data. The POST snap does not have the Process Array element. (the API does support streaming the results if I call it from Python. Thoughts or solutions?