Hey guys.
So I'm trying to build a flow that creates another task after the previous one is completed. Something that's recurring alot. In my instance the tasks labeled with red, should always re-create themselves with the same title.
My issue is that whenever I try to base it off a color instead of a title my flow pukes.
I've tried a few different triggers like Red = TRUE, or appliedCategory = RED but with no luck unfortunately.
Will post these examples below just to clarify. And also "er lig med" means "Equals" in English, and "Betingelse" translates to "Condition"
Red = TRUE example

appliedCategory = RED example:

The error returned looks like this:
The execution of template action 'Anvend_på_hver' failed: the result of the evaluation of 'foreach' expression '@triggerOutputs()?['body/appliedCategories/category2']' is of type 'Boolean'. The result must be a valid array.
"Anvend_på_hver" translates to Apply to each.
EDIT: I realized that the condition I was using was not the correct one, and everything is working as intended now.
Now I'm just wondering if there's a way to copy all the existing data from a task. Like description, checklist, comments etc.