go to post Ting Wang · Jun 12, 2020 We tried but it takes too much manual work. Your first suggestion is awesome. We will try to iterate from a list. Thanks.
go to post Ting Wang · Oct 8, 2019 Thanks Jean. I got the similar feature in Eclipse and targeted the code line. Appreciate your help!
go to post Ting Wang · Oct 8, 2019 Thanks Michel, The reason is that the directory permission is not setup correctly. Will close the post.
go to post Ting Wang · Dec 12, 2018 Hi Eduard,I got another question for you: once I create the Json stream from dynamic object and send it to the operation, I got the message body as follows:<StreamContainer><Stream>{ "_class":"%Library.DynamicObject"}</Stream><Type>BG</Type></StreamContainer>, which is totally different from what I have in the dynamic object. The dynamic object is supposed to have several key-value pairs like:{"a": "1", "b": "2", ...}. How could I get the correct content from that JSON stream? Thanks so much.