OPEN-AI Message Chat GPT Assistant with multiple File ID's

So I have searched endlessly for hours on how to fix this situation. I uploaded two CSV files too open ai with no issues but when I try to map the file id for the assistant to use the code interpreter and use more than one file id it does not function, but if its a single file id it works with no problem.

Here is my workflow


Welcome to the Make community!

If a field accepts multiple inputs, then it is likely you need to send an ARRAY.

You can use the built-in function add to quickly create an array.

e.g.:

{{ add(emptyarray; 26.value1; 48.value2) }}

For more information, see the function documentation in the Help Center and do the tutorials in the Make Academy.

Hope this helps! Let me know if there are any further questions or issues.

@samliew

P.S.: Investing some effort into the Make Academy will save you lots of time and frustration using Make.

2 Likes

Thank you so much, I actually figured it out after 5 hours of trying thank you so much!!