This topic was automatically generated from Slack. You can find the original thread here.
Najmuzzaman Mohammad : Hey all. Nazz here from Clipboard Health. I am trying to get data from MongoDB but because the dataset is huge, the request times out. It works great on Retool/Appsmith though. Any suggestions?
Najmuzzaman Mohammad : Thanks Dylan. Now, I am facing the issue of payload limit. I tried to store the resultant array in a tmp file and retrieve it but the file turns out blank
Dylan Sather (Pipedream) : We don’t have a public API for that specifically, but as we build out the API for workflows I expect that’ll come in the future. What’s the core use case? We might be able to get you the same data in a different way.
Najmuzzaman Mohammad : Doing tabular transforms are much easier in Parabola. For example, I want only the first order placed of each customer in the table to send that data to Salesforce
Dylan Sather (Pipedream) : also, there is an API that’ll function closer to what you wanted originally, and I’m writing up some docs that should clarify how to use this for you.
The tl;dr is: within a workflow, you can call $send.emit() to “emit” an arbitrary event: