Goal: Pull all the tasks within a list. (13 to be exact) Use the task name instead of the task id to create dependencies linking the tasks together.
I can pull all the tasks in a ClickUp list.
Here is what the bundles look like from the Array
The create a dependency module relies on the task id. Since the ids change from list to list, I need to put in the name but output the task id.
Any advise, or help would be greatly appreciated.