Asana-test
Metadata
- Name: Asana-test
- Adaptor:
@openfn/language-asana
- Adaptor Version:
v2.1.7
- Created 4 months ago
- Updated 4 months ago
- Score: 0 (an indicator of how useful this job may be)
Key Functions
Expression
/* eslint-disable no-undef */
// Your job goes here.
getTasks("11989019982662", {
opt_fields: "name",
});
fn(state => {
console.log({ state });
return state;
});