Summary
Use the map() functionFunctions you can use in Boost.space Integrator - create, update, delete, get, search. to extract an item (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,... of Collections (Names, Emails, IDs). This is useful when a module 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 template using the JSON modules, 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., 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. 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!