How to shuffle elements in the DataWeave array?
Last Updated on 30/05/2021 by Patryk Bandurski In this short article, I show you how to shuffle your array. In other words, we will randomly reorder the elements in the array. So let’s get started. Sample case I have an array of numbers like Anytime I run the operation I would like to receive different…