Hi @CedricHadjian. Thanks for reaching out! I was able to tweak the code you have shared a bit and w
Hi @CedricHadjian. Thanks for reaching out! I was able to tweak the code you have shared a bit and was able to get it to work. This is a codeblock that works as expected.
Summary of the fixes:
Summary of the fixes:
- I enclosed the object being passed to the Vectorize insert operation in square brackets. This is needed because the insert function requires the input to be of an Array type.
- I converted the id from 1 to '1'. This is needed because Vectorize vector identifiers need to be of a String type.

