Adding row - Understanding how it works

I’m encountering an issue with how the “Add Row” function behaves, and I’m unsure about the logic behind it. Could someone explain how it works and suggest a workaround?

In my workflow, I intend to:

  1. Search for extra crew members and additional material.
  2. If there is either extra crew or extra material, a new row should be added with the relevant details (if both exist, they should be added to the same row).

However, the issue is that when I run the workflow, if there are no extra crew members, no row is added—even if there is extra material.

It’s hard to tell based on what you’ve provided so far. Could you also screenshot the filter, provide the scenario blueprint, and provide example output bundles of 512 and 587?

To allow others to assist you with your scenario, please provide the following:

1. Relevant Screenshots

Please share screenshots of your scenario, any error messages, relevant module fields, and filters in question? It would really help other community members to see what you’re looking at.

You can upload images here using the Upload icon in the text editor:

2. Scenario Blueprint

Please export the scenario blueprint file to allow others to view the mapped variables in the module fields. At the bottom of the scenario editor, you can click on the three dots to find the Export Blueprint menu item.

3. Output Bundles of Modules

Please provide the output bundles of the modules 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”.

A. Upload as Text File

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

B. Insert as Formatted Code Block

If you are unable to upload files on this forum, alternatively you can paste the formatted bundles.
These are the two ways to format text so that it won’t be modified by the forum:

  • Method 1: Type code block manually

    Add three backticks ``` before and after the content/bundle, like this:

    ```
    content goes here
    ```

  • Method 2. Highlight and click the format button in the editor

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.

Following these steps will allow others to assist you here. Thanks!

@samliew Please see below the requested information:

Output Bundle 512

[
    {
        "name": null,
        "index": 0,
        "value": "Matt T",
        "__IMTINDEX__": 1,
        "__IMTLENGTH__": 2
    },
    {
        "name": null,
        "index": 8,
        "value": "Mike L",
        "__IMTINDEX__": 2,
        "__IMTLENGTH__": 2
    }
]

Output Bundle 587

[
    {
        "Second Material": "84"
    }
]

blueprint (2).json (502.7 KB)

Any other information that would be useful ? @samliew