I pass an array but Make refuses telling me it wants a uinteger

What are you trying to achieve?

I have this:

And I want to map it instead of manually clicking “Add item”. However, with mapping I get error:
BundleValidationError
Validation failed for 1 parameter(s).
Invalid number in parameter ‘KeyProduct’

Basically the module (Update a row - baserow) wants an array, but Make only accepts single numbers. The funny thing is that doing like this it creates an array and it works:


When from this same view I click “Map” it transforms like this:

90983fa408a81802374fbad3d43fb7071a8f7c35
And mapping like this does not work.

So how to map this field in order to pass multiple numbers?

I checked the baserow API documentation and they accept arrays in that KeyProduct column I created. The related row 1 and 2 demonstrates this, because if I manually do Add item it works.

Hi @MakeItWork
You can try using the split function to convert your string into an array.
image

2 Likes