I am trying to create a workflow that:
1: accesses a specific assistant, lists it’s files and deletes the files from knowledge base
2: create a new .json file from a json response of an external API
3: upload the file to a specific assistant
Step 1 is pretty clear to me. How Would I expand this workflow to support step 2 and 3?
Any thoughts on how to achieve this with the new assistants node or with a REST call? What I don’t understand specifically is how to create a json file that I can then pass on to a specific openai assistant using a rest call.
I managed to convert the json to binary using the Convert to/from binary data node. Now I only have the last step that is not working. Anyone knows what I am doing wrong here? See attached.