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

sql - invalid in the select list because it is not contained in either an aggregate function -

Angularjs unit testing - ng-disabled not working when adding text to textarea -

How to start daemon on android by adb -