Solved
Forum Discussion
koryknick
2 years agoEmployee
you can also use jsonPath, which if you pull the "language" field of your field into the Expression of your Mapper snap, it should correctly create the syntax to return those values for you.
If your data is a field like languages
, you could use $languages.map(obj => obj.language)
to pull just those values out.
you can also use jsonPath, which if you pull the "language" field of your field into the Expression of your Mapper snap, it should correctly create the syntax to return those values for you.