What are you trying to achieve?
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:
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.