HR creates list item in SharePoint, this triggers a flow, which makes a copy of a template task with a checklist.
There are 5 checklist items.
The checklist Items should be shown only if e.g.:
Laptop Yes ==> Checklist Item => Prepare New Laptop
Mobile Phone Yes==> Checklist Item => Prepare New Mobile Phone
...
Step1 Start Flow
==> When an item is created
Step 2 Retrieve item
==> Get Item
Step 3 Retrieve buckets from scheduler plan
==> List tasks
Step 4 Filter the template bucket
==> Filter Array
==> From => value
==> value Title is equal to {Template Task Name}
Step 5 Create a task
==> Create a task
Step 6 Update the task
==> Update task details
Here I'm stuck, how do I get the correct Checklist items into the new task using the condition?

Thanks in advices