Should creation of record with js fire on create trigger?

I create some records with js ( doo.table.createRecord function). Should this fire my on create trigger i have in my Workflow Automation because this does not happen when I do it. Am I doing something wrong or is this not supported??

Hi,

not supported. WF is triggered by one of the subtriggers, see documentation: Getting Started with Workflow Automation - Tabidoo Help Center. Your script cannot trigger a trigger in WF.