Hello, I have a project which consists in validating an order on shopify and sending a message on telegram, until now nothing very complicated.
However, when the order exceeds 2 products, I can’t get the whole order (product A quantity: 1 + product B quantity: 2). My telegram chatbot only sends me a message with product A and this quantity.
Do you have any advice? to get all my products
the configuration of my bot :
Every result (item/record) from a search/match module will output a bundle. To “combine” them into a single structure, you’ll need to use an aggregator of some sort.
Aggregators are modules that accumulate multiple bundles into one single bundle. An example of a commonly-used aggregator module is the Array aggregator module. The next popular aggregator is the Text Aggregator which is very flexible and has applies to many use-cases.
If you need further assistance, please provide the following:
1. Scenario blueprint
Please export the scenario blueprint file to allow others to view the mappings and settings. At the bottom of the scenario editor, you can click on the three dots to find the Export Blueprint menu item.
(Note: Exporting your scenario will not include private information or keys to your connections)
Please provide the output bundles of the modules by running the scenario, then click the white speech bubble on the top-right of each module and select “Download output bundles”.
A.
Save the bundle contents in your text editor as a bundle.txt file, and upload it here into this discussion thread.