mule - fetching index of an element in dataweave -


how fetch index of element of array in dataweave.(mule)

ex: array --> ["a","b","c","d"] element --> c

need fetch index of element "c" 

you can do

payload find "c" 

that return array indexes match "c"


Comments

Popular posts from this blog

AbotX : How do you create a parallel crawler that stays on and can be added to at run time from new requests -

testing - Detect whether test has failed within fixture -

android - Create single AAR file from multiple modules using Gradle -