This is the value format that I am getting from previous node. Is there anyway that I can remove " , " from the data and set a single SKU value to the body. Need to update the Body parameter SKU according to the number of SKUs there
@AmilaDeshan , here’s how to convert your string SKU list into an array and then split the SKU into a separate item which you can merge with your filter item and this have your filter composed for each of the items.
Below is the first half of the workflow only in case I am still misunderstanding what your original SKU string looks like. If it is an array to start with, then it even easier. Just split it out into separated SKU items.