Trouble with trying to get results to show when I run my agent

Ok so I’ve built this Agent so far and technically the output it creates behind the scenes does work, but I can’t see it displayed on screen in my browser on my PC in the firefox browser I’m using on my Windows 7 computer.

Heres a link to the Agent:
https://app.mindstudio.ai/agents/handsfree-marketing-on-x-part-1--extract-links-2acc22e8/

Here’s a run that I attempted with it:
https://app.mindstudio.ai/agents/handsfree-marketing-on-x-part-1--extract-links-2acc22e8/run/a0f744b2-7ba0-4e97-a812-81a1ae859f39

Its supposed to create a CSV that a user can either download to a .csv file or to copy paste it into notepad++ or Libre Office or similar and thus manually create a .csv file.

I can sort of use it by running it, grabbing the output I wanted from the debugger, but obviously for the average user they’d want to get the output without needing to do that.

Currently its stuck loading the results endlessly like this:

I used this link to start it off: https://zdexium.itch.io/

Meanwhile if I try to click the “Share” button in the lower left corner, it seems to directly have this as a link:

hedgedoomed: Sonic meets Doom!!,https:/itch.io/profile/daadhdoomguy/hedgedoomed,#doom%20#sonic%20#mod%20#gaming%20%20Zdexium’s%20Bloody%20Mess,https:/itch.io/profile/daadhdoomguy/zdexiums-bloody-mess,#doom%20#mod%20#weapons%20#gore%20%20Upturned%20[MBF21%20Weapons%20Pack],https:/itch.io/profile/daadhdoomguy/upturned,#doom%20#weapons%20#mod%20#gaming%20%20Sonic.EXE%20Boss%20Fight,https:/itch.io/profile/daadhdoomguy/sonic-exe-boss-fight,#doom%20#sonic%20#bossfight%20#gaming%20%20GhettoDoom,https:/itch.io/profile/daadhdoomguy/ghettodoom,#doom%20#mod%20#reskin%20#gaming%20%20Tools%20of%20Annihilation,https:/itch.io/profile/daadhdoomguy/tools-of-annihilation,#doom%20#weapons%20#mod%20#gaming%20%20Zdexium’s%20Common%20Weapon%20Mod,https:/itch.io/profile/daadhdoomguy/zdexiums-common-weapon-mod,#doom%20#weapons%20#mod%20#gaming%20%20Quaked-Up%20Arsenal,https:/itch.io/profile/daadhdoomguy/quaked-up-arsenal,#doom%20#weapons%20#quake%20#mod%20%20optiBRUTAL%20DOOM,https:/itch.io/profile/daadhdoomguy/optibrutal-doom,#doom%20#brutal%20#weapons%20#mod%20%20Zdexium’s%20Smooth%20Vanilla%20Weapons%20(ZDoom),https:/itch.io/profile/daadhdoomguy/zdexiums-smooth-vanilla-weapons,#doom%20#weapons%20#zdoom%20#mod%20%20Universal%20Kick%20Mod%20(GZDoom),https:/itch.io/profile/daadhdoomguy/universal-kick-mod,#doom%20#gzdoom%20#mod%20#combat%20%20Zdexium’s%20FemDoom,https:/itch.io/profile/daadhdoomguy/zdexiums-femdoom,#doom%20#weapons%20#female%20#mod%20%20Classic%20Sonic%20Style%20HUD,https:/itch.io/profile/daadhdoomguy/classic-sonic-style-hud,#doom%20#sonic%20#hud%20#gaming%20%20Freedoom%20monsters%20for%20Doom,https:/itch.io/profile/daadhdoomguy/freedoom-monsters,#doom%20#monsters%20#mod%20#gaming%20%20Zdexium’s%20Minimalist%20HUD,https:/itch.io/profile/daadhdoomguy/zdexiums-minimalist-hud,#doom%20#hud%20#minimalist%20#mod%20%20Freedoomguy%20for%20Doom,https:/itch.io/profile/daadhdoomguy/freedoomguy,#doom%20#character%20#mod%20#gaming%20%20Gorenuggets%20(Freedoom%20Edition),https:/itch.io/profile/daadhdoomguy/gorenuggets,#doom%20#gore%20#freedoom%20#mod%20%20Smooth%20Freedoom%20weapons,https:/itch.io/profile/daadhdoomguy/smooth-freedoom-weapons,#doom%20#weapons%20#freedoom%20#mod?share=1

Basically those are the results, but with a ‘?share=1’ added to the end of it, which I was confused by why’d it do that and whats it for.

The CSV send message type is expecting a URL to a CSV file, not raw CSV data. You need a step in between generating the CSV and displaying it where you upload it somewhere so it has a URL. Try making a copy of this to see one way you could do it: https://app.mindstudio.ai/agents/untitled-ai-agent-7aff670c/remix

1 Like

Thank you, that solved the problem. I still need to figure how to make it a downloadable csv file, but thats a topic for another thread.