AI cant get second data set from merge

Hi Guys

I have to different dataset.
One of them is dynamic (it’s an accountant file that needs to change its account number and account name) and the other one is the rules, that shows what the new account number and name should be according to the current name,

When I put in the dynamic amount, account number, and name it works, but when I put in the second data which is called “matched” that is the words it should match on it just turns “red”.

See the picture here - does anyone know what I should do?
I am very new


Because here shows 2 items

Mean the data from unmatched and allData is not sending to AI together.

Change your merge setting to this and give a try.

It will combine both data in to one item and send to AI at once.

1 Like

thank you!

Does this mean it only looks at that single one? now that is says (0)
I want it too look at every single row with “konto nummer” and not just this single one

Yes it will get only the first row

I assume you want to send all unmatched data.

$json.unmatched.toJsonString() will print all unmatched data.

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.