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: e{
id: 0,
},],
};
Where I then call later after my createAction before my outputFields
perform: createTask,
},
},
sample,
outputFields: o
Why is Zapier not picking up on the static sample?