Forum Discussion
bojanvelevski
3 years agoValued Contributor
You cannot impact the attachments array directly in one mapper, since you have another mappings happening on the same level in the target object.
What you can do though, is add another Mapper that will serve as a filter. The mapper uses the Mapping root to go down to the attachment object and filter out the “type”,“text” and “intent” fields if they are null.
mytransformation_2022_10_25.slp (69.7 KB)
Let me know if this helps,
Bojan.
Related Content
- 2 years ago
- 3 years ago