My pickaxe does not provide an excel output

Hi team I have a pickaxe that should allow for an upload of a document conversion to another excel file which should be presented as a downloadable.

The exact prompt works in custom gpt but does not in pickaxe, it carries through the flow and then tells the user it will generate a downloadable file and then just dead ends.

Help!

2 Likes

Curious, what specific action are you using to generate the Excel file?

I’m not. I thought that pickaxe would be able to do this like my custom gpt does. According to openai it looks like there are solutions including webhooking the data out to make.com run some python to create the file and then send a download link back to the user through an sms or email.

I’d def prefer to be able to provide downloadable within the pickaxe.

1 Like

OpenAI has added a ton of functionality to ChatGPT behind the scenes (e.g., Word doc creation). Pickaxe requires the users to add the actions they want (e.g., Excel file creation). Here’s an explanation from Admin Mike: Why does Pickaxe limit AI model capabilities? - #3 by admin_mike

2 Likes

hi @gartulan did you set this up yet?

Let me know if you still need help. We can do a quick screenshare call -just send me a DM !

Pickaxe does not have the native functionality to output files. It only natively outputs text and images.

If you want to output a pdf or an excel you’ll need to use an Action. The simplest way to do this is connect Code Interpreter and in your prompt say something like “Output their file as excel when they ask for it. Use Code interpretter to output as excel.

2 Likes

Hi - could you provide a little more detail on using the Code Interpreter for this function? - I tried it out and was left with perpetual loading preparing the excel file. I followed the prompt you suggest, but would I need to write some Python code or something in the code generator action? Thanks!