Hello, I’ve just started to use Pipedream. In. workflow, where I use a pre-made Asana step (asana_search_user_projects
), I am getting an error TypeError: Cannot read property 'length' of undefined
. I understand there might be some variable missing (is undefined) but I don’t know what I can do to resolve this.
The only data from previous steps are IDs of user and workspace (mapped) and the other two are just limit and name of a field I want to return (name
– it’s a project name, checked in Asana API docs).
Here is the screenshot of the step. Can you please help?
Thank you!