Summary
Use the map() functionFunctions you can use in Boost.space Integrator - create, update, delete, get, search. to extract an itemItems are rows in records (order/request/invoice/purchase...) (Email) and/or extract the value of an item (a specific email) from an ArrayWithin a bundle, data items of the same type are sometimes in an array. You can find an array by looking at the details of a bundle. Depending on the details of your scenario, you can map other modules to a specific item in an array or use iterators and aggregators to manipulate your data into other formats. When mapping,... More of Collections (Names, Emails, IDs). This is useful when a moduleThe module is an application or tool within the Boost.space system. The entire system is built on this concept of modularity. (module - Contacts) More returns a JSON and you need to extract all or specific values of an item. This is also a good example of how the map() function works.
Video Tutorial
Below is the video showing how to achieve this using a pre-made templateTemplates are predefined scenarios that you can expand and customize to create new scenarios. You can then share these with friends and colleagues. More using the JSON modulesThe module is an application or tool within the Boost.space system. The entire system is built on this concept of modularity. (module - Contacts) More, a routerA router allows you to add new routes to a scenario so you can branch your flow into several routes and process the data within each route differently. More, and the ‘set variable’ tool. You can find the template used in this scenarioA specific connection between applications in which data can be transferred. Two types of scenarios: active/inactive. More here.
Note | |
---|---|
‘Create JSON’ module should be replaced with the module that returns a JSON as an array of collections. |
Feel free to post your queries on our thriving Facebook Community!