Select entry from bundle

Hi folks,
this migth seem more of a generel question regarding “working with bundles”.

Why can’t I simply select all the tasks (i.e. all bundles) returned by the “ClickUp – List all Tasks” module in a dropdown menu in Make?

The module in the screenshot returns multiple bundles (one for each task), but in the following modules (e.g. “Add Dependency” or “Set Variable”), I only see one example bundle. I would like to be able to manually choose from the full list of tasks – ideally via a dropdown – so I can reference specific task names and task IDs in later steps of the scenario.

Is there a way to access all bundle entries dynamically for selection or mapping?

Thanks in Advance!

Hey there,

can you explain your flow in a bit more detail? What are you trying to achieve with this automation and why do you need to reference specific tasks?

The list all tasks module returns a separate bundle for each task so then you can process each task individually. In general, if you want to work with all current tasks, then you can use an aggregator module after the list module and build an array with all current tasks to work with.