Get data from last step to add a new data

Hi, how can I get data from last step to add a new data

The flow is:

Step: data → create a new organization (will be created)
Step: Take organization ID created and
Step: create a new deal on this organization ID of last step.

The deal need a organization ID to be created but I need to know hot to take the organization ID on flow to create a new deal.

Any idea?

Welcome to the Make community!

Does module [13] output an Organization ID that you can map into module [14]?

You might need to disconnect the router first, and set the trigger module to module [13]. Then, run the scenario once.

Please provide the input and output bundles of the module [13] by running the scenario (or get from the scenario History tab), then click the white speech bubble on the top-right of each module and select “Download input/output bundles”.
Screenshot_2023-10-06_141025

A.

Save each bundle contents in your text editor as a bundle.txt file, and upload it here into this discussion thread.

Uploading them here will look like this:

module-1-input-bundle.txt (12.3 KB)
module-1-output-bundle.txt (12.3 KB)

B.

If you are unable to upload files on this forum, alternatively you can paste the formatted bundles 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 input/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