Error mapping multiple connected board values when updating item

I am trying to map multiple connected board values to a column. I am able to do it when there is one item. Now, I am trying to do it with two items and I receive the error message: [500] 439: unexpected token at ‘,]} }’

Can someone identify what is wrong with how I have mapped this?

image

Welcome to the Make community!

Could you please share screenshots of the module fields and filters in question? It would really help other community members to see what you’re looking at.

You can also export the scenario blueprint file to allow others to replicate the issue. At the bottom of the scenario editor, you can click on the three dots to find the Export Blueprint menu item.

Screenshot_2023-08-24_230826

Uploading it here will look like this:

blueprint.json (12.3 KB)

If possible, could you also please provide the input/output bundles of the modules by running the scenario, then clicking the bubble on the top-right of each module, taking screenshots of, and copying the contents into this discussion thread:

Screenshot_2023-08-29_100800

This will allow others to better assist you. Thanks!

2 Likes

Hi @GuybrushThreepwood

The Connection Board accepts an array of connected board item IDs. First, please map the board and the column using the selection. In your case please try to follow below steps.

  1. Iterator to iterate the linkedPulsedIds.
    image

  2. Text Aggregator for aggregate the id’s only.
    image

Use split function to make array with IDs.

If you require additional assistance, please don’t hesitate to reach out to us.
MSquare Support
Visit us here
Youtube Channel

2 Likes