Trying to pull checklist items from ClickUp line-by-line

Hi, I’m trying to use Make to basically make a copy-and-paste export of a task in ClickUp and leave it as a comment in that ClickUp task. I know how to get the task and leave a comment, but I’m struggling with pulling checklists from tasks and getting Make to use the whole checklist, not just one line of it.

I typically have at least 2 checklists in these particular tasks, and I need to take both the name of each checklist and all the items within that checklist and put it as text in a comment. The problem is, whenever I try to reference the ClickUp checklist, it only gives me the first line item in that checklist. I’ve tried using iterator and aggregator to see if I can essentially get it to “loop”, where it pulls every checklist item, but it’s not working so far.

Any help would be appreciated!