A new version callin.io@1.74.3 has been released, which incorporates GitHub PR 12674.
A new version, callin.io@1.64.0, has been released, incorporating GitHub PR 11201.
Apologies, I'm not quite sure I understand. However, since the initial release, it's been possible to see how long a particular node took to execute. ...
A new version callin.io@1.40.0 has been released, which incorporates GitHub PR 9265.
Welcome to the community! That is possible with the HTTP Request node by adding the option “Batching”:
Unfortunately, I don't see a way to achieve this without a different URL (or a property, if we had that implemented). Alternatively, you could conside...
That won't work because each Trigger-Node initiates a new workflow execution. This means the data from each Webhook call will end up in a completely s...
Thank you very much. That's excellent to hear! I'm assuming the following Feature Request aligns with what you're aiming to achieve? Allow expr...
Apologies, but I wasn't able to get it functioning with this version (0.180.0). It's scheduled for release in another version tomorrow.
The entire team and I want to express our gratitude to everyone who commented and/or completed the survey for your incredibly helpful and supportive f...
No, nothing else besides what I've stated above. I'm uncertain about the data volume in the remainder of the workflow, but all data accumulates. The...
That's a bit tricky to answer definitively. It really depends on several factors, such as what other processes are running concurrently, the structure...
Precisely. Ensure you incorporate a Set node within the sub-workflow to clear all data before returning. Failing to do so will result in data "leaking...
No, all data persists in memory throughout the workflow's execution. Therefore, you must either: Maintain separate workflows Utilize the upcoming b...