❓ What to Do If Your Automation Fails in Bika.ai

If your Automation run shows a failure in the Run History, here’s how to troubleshoot and share the right info with our team:


:mag: Step-by-Step Troubleshooting

1. Use “Run Test” for quick diagnosis

Each Trigger and Action supports a “Run Test” function. It’s a good first step to catch major config errors — though passing a test doesn’t guarantee it will run successfully in a live flow.

2. Check Run History for failure clues

Click into the failed run to see where the error occurred and what was returned.

Look at:

  • Input: what data was sent into this step
  • Output: what result came out of this step
  • Records: how many records the step operated on

This will often reveal whether it was a config issue, a missing variable, or a failed data fetch.


:jigsaw: If You Can’t Spot the Issue

If you’ve reviewed the above but still can’t find the cause, we’re happy to help — here’s what to send us:


:white_check_mark: What If the Run Succeeds but Nothing Happens?

Sometimes your automation says “Success” but doesn’t do what you expect. This is often due to config or variable issues.

Try:

  1. Running a Run Test on each step individually
  2. Double-checking variable mappings
  3. Reviewing output fields in Run History — look for null or missing data
  4. Then re-run the automation after making changes

:pushpin: Example case:

A user reported a successful email send log, but the email wasn’t actually delivered and the counter stayed at 0.

:point_right: See here: Is Bika’s Email Hosting Service Not Working?


We’re always here to help. The more details you can share, the faster we can assist! :raised_hands: You can post your issue in the community.

1 Like

I am trying to run one of the automations in B2B AI CRM template but having error. What should be the issue ?

Hi @lyekiat the automation inside B2B AI CRM template includes an AI Action, which requires your own AI Model API key to be configured first. You can refer to the setup steps in the Readme.

If that’s already set and you’re still seeing an error, I’d recommend:

  1. Checking the Run History to see which step failed and whether there’s an error in the Output.
  2. If unclear, feel free to share a screenshot of your automation steps and the error log, and we’ll help troubleshoot from there!

Can you show me where is the readme file located ?

@lyekiat You can find the instructions directly inside the template folder. Just click the folder name (for example, “B2B AI CRM”) and you’ll see a description panel on the right side. It includes sections like “How the template works” and “Steps to Use”, which serve as the README.