Remove transfer from property transfer step using groovy
I have a property transfer step with multiple properties. I would like to remove one of the transfer based on some condition. I came across following function removeTransferAt(index) Is there a way to figure out the value of index for that property dynamically? (without using loop) Is there a method to remove transfer by name?