Help Center
FAQ
What’s included in the free plan?
200 workflow runs/month
2 workflows
1 user seat
5 integrations
3-day log retention
How does Datamorf’s pricing work?
Datamorf charges per workflow execution rather than per task, meaning a multi-step automation (e.g., extracting, enriching, and pushing data) is billed as a single execution. This makes it more cost-effective compared to other platforms that charge per step or data volume.
What happens if I exceed my plan’s limit?
You will receive a notification when you exceed your number of workflow run executed but the workflows will continue to run without stopping to not damage your systems. You will be charged the extra runs by the end of the billing cycle.
Can I share workflows with others?
Yes, via shared workspaces or by exporting/importing workflow JSON structures.
How can I contact support?
On the side menu of the app, click on Get in touch and we will get back to you as soon as possible. You can also schedule a call with the founder or submit feedback.
Can I run code inside a workflow?
Yes, use custom transformations with JavaScript and libraries (Lodash, Axios, CryptoJS, etc.).
Does Datamorf keep logs of runs?
Yes. Run logs are stored temporarily in the History section, based on your plan tier (3–30 days).
Can I import/export workflows?
Yes, workflows can be cloned or exported/imported across workspaces.
How do I set up conditionals?
Each Source, Transformation, and Destination can include conditions using:
Operators (=, ≠, >, <, exists, contains)
Logical groups (AND/OR)
References to trigger data, transformations, or destinations
Example:
“Send Slack alert only if order_total > 5000 AND customer.tier = 'enterprise'”