Connector as Unknown Task in Automation

Hi :slightly_smiling_face:

I am currently facing an issue tryin to run a Connector into an Automation,
While testing the Automation, the Connector is shown as “Unknown Task”. It looks there is no output neither, which I would like to link to a variable in order to use it later,

What could be the issue ? Thanks for your help !!

Hi @Bapt.God , the “Unknown task” in run history is just a display issue, which is on our radar as a minor UI bug.

From your screenshot, it looks like this automation is failing later due to “Missing record” which means the automation might be trying to get a table record which doesn’t exist.

A first debug step would be to try editing the connector and running it with test input to make sure it works as expected. If that doesn’t work, you might need to reach out to Support to help get at the underlying logs to diagnose which inputs caused missing table records.

We’re working on adding more tracing functionality to make debugging failures like this easier, directly in the Automations UX.