I have an array which the webhook catches and then uplaods the files into the OpenAI platform, it then creates a vector store and then is supposed to uplaod those files to the vector store.
Here is what I have inside the modules.
Looks like there’s a stray Double quote character in the FileIDs field.
Also, it seems like that field accepts more than one file, so you might need to “unmap” the field first, so that you can insert just one (instead of an array of ids).