I want to share my experience, see what people say.
My goal: Talkdesk has a Live Queries API that streams data. I only need a chunk of this data periodically, so a stream isn't necessary. The data is only available to stream.
Issue: Retool doesn't handle SSE events gracefully. EventSource wasn't working in workflows although some folks say it does.
Steps I've taken to troubleshoot: Followed documentation till it said to create a custom react component. I didn't want to do that so I found a different way.
Additional info: (Cloud or Self-hosted, Screenshots) Cloud
This is what I came up with. I removed some of the code relative to my needs. I open the stream, store the data, then close the stream. Let me know if you have any questions. I needed to import the Axios library.