Question

Must have static sample warning when sample is present

  • 5 May 2023
  • 0 replies
  • 24 views

I am getting the warning `must have a static sample (D012)` when I have the sample in the file 

const sample = {

  id: 1,

  name: "Send Email",

  description: "create meeting",

  priority: "Low",

  due_date: "2020-03-03",

  completed: true,

  case: {

    id: 0,

  },

  staff: [{

    id: 0,

  },],

};

Where I then call later after my createAction before my outputFields

    perform: createTask,

  },

},

sample,

outputFields: [

 

Why is Zapier not picking up on the static sample?


0 replies

Be the first to reply!

Reply