Chris Tsogas
Articles
-
How to ask for help
There are times when you may find yourself stuck during the debugging process, and this is completely normal. It's a common part of developing and refining workflows. Remember, you're not alone—we ...
-
How to trigger workflows on a recurring schedule
Learn how to set up scheduled workflow triggers in Keragon using the Scheduler. Scheduled workflows enable you to automate repetitive tasks by triggering actions at specific intervals, such as hour...
-
Using the HTTP Webhook Trigger
If Keragon doesn't directly support a trigger from your specific app, the HTTP Webhook trigger provides a flexible and powerful alternative. This guide walks you through setting up and utilizing an...
-
Which workflow runs are billable?
Any run of published workflow, successful or failed, counts as a billable run - whether only one or multiple steps are executed. In practice, that means if a workflow was triggered and went through...
-
What happens with unused workflow runs at the end of the term?
Any unused workflow runs will expire at the end of your billing period (monthly or annually) as your workflow run count resets. For example, if your plan includes 2,000 runs per month and you only ...
-
What happens if I run out of workflow runs?
We’ll send you email alerts as you approach your plan’s run limit. If you do go over your included runs, don’t worry – your workflows won’t stop. You can continue running workflows and any addition...
-
Convert Text Values to Numbers Using the "Text to Number" Text Helper
In Keragon, data type mismatches can prevent smooth data mapping between workflow steps. If you’re working with numeric values stored as text, use the Text to Number Text Helper to convert them int...
-
Find and Replace Patterns or Characters in Text Using the "Replace" Text Helper
Keragon’s Replace Text Helper allows you to efficiently search for patterns, characters, or text strings and replace them with a new value. You can choose to replace just the first occurrence or al...
-
Split Text Using the "Split" Text Helper
Keragon’s Split Text Helper allows you to divide text into multiple segments based on a specified separator. You can return the first part, the last part, or all parts as a list. This is useful for...
-
Convert Money Values to Numbers Using the "Money to Number" Text Helper
Keragon’s Money to Number Text Helper allows you to efficiently extract numerical values from formatted money strings. This is especially useful when working with currency data that includes symbol...