Dateview TaskList from other Dataview rendered content

What I’m trying to do

I’m trying to create a DataviewJS query that fetches a remote URL to create a task from it. It prints dv.span("- [ ] My task with my data: " + data)

Now, I have another page with another DataviewJS query that reads all the tasks from all the pages into a TaskList, and I want the task above to appear in that TaskList.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.