JensDeveloper
4 years agoContributor II
Mapping question dynamique values metadata snaplogic
Hello,
I am trying to get a value from te snaplogic metadata from pipelines. I have done a snaplogic read and it gives all the metadata from the pipelines. But the value that i am trying to get is ...
- 4 years ago
Try with values object function.
The function will returns you an array containing the given object’s values.
ex: $snapmap.values()
Regards,
Spiro