

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Collection mapping in MaaS conector
Hello,
I would transfer data from between two SMAX entities using MaaS connector. I have prepared scenario as in attached screenshot, where first connector GET data from SMAX entity and then is used collection to collection mapping for write data to different SMAX entity. Disadvantage of this mapping is that I must use one common operation (for example CREATE) for all elements of collection.
Do you have any idea how configure mapping to have possibility use separate operation for each element of collection? I know how I can query some entity parameter in SMAX and I would to use result of query to decide if operation will CREATE or UPDATE.
I tried use collection-to-document mapping syntax in operation mapping script, but it returns error "(0) Cannot get item '0' from element 'TaskDelegationConf.properties.Id'. It is not a collection."
Thanks for any idea.