Forum Discussion
dude95
Resolver I
5 years agoData Source Unsupported for Refresh - Asana API
So I'm working with the Asana API to pull in projects and having some issues with putting in a refresh schedule. Works fine on the desktop, but get the "Data Source Unsupported for Refresh" when I pu...
- 5 years ago
Someone did let me know. I was so focused on the first call - forgot I was making two different calls. Got it working.
nattanarcilla
4 years agoFrequent Visitor
dude95 I'm having the same isssue. If you wont mind, can you point me to the right direction on what I should change to make it work? My goal is to extract only selected fields which are defined in opt_fields.
RelPath = "/api/1.0/projects/xxxxxxxxxxxx/tasks?limit=100&opt_fields=name,created_at,modified_at,completed_at,due_on,assignee.name,notes,custom_fields.name,custom_fields.display_value,subtasks.name,subtasks.notes,permalink_url"