Optimization possible for 1 branch of conditional processing?

  • when webhook call’s array “packages” has more than 1 element, the scenario manipulates the array to fit subsequent HTTP request
  • Is it possible to use less steps for this branch without affecting the other branch?

Include screenshots of

Blueprint attached:
blueprint.json (106.0 KB)

Welcome to the Make community!

Please provide the output bundles of the Trigger modules by running the scenario, then click the white speech bubble on the top-right of each module and select “Download output bundles”.
Screenshot_2023-10-06_141025

A.

Save the bundle contents in your text editor as a bundle.txt file, and upload it here into this discussion thread.
Uploading it here will look like this:

bundle.txt (12.3 KB)

B.

If you are unable to upload files on this forum, alternatively you can paste the formatted output bundle in this manner:

  • Either add three backticks ``` before and after the code, like this:

    ```
    input/output bundle content goes here
    ```

  • Or use the format code button in the editor:
    Screenshot_2023-10-02_191027

Providing the output bundles will allow others to replicate what is going on in the scenario even if they do not use the external service.

This will allow others to better assist you. Thanks!

2 Likes