Hello,
I've put together a flow that creates a new task whenever I complete an old task. Everything works correctly except for getting the label/category from the old task to correctly be added to the new task. I found another thread that had some suggestions but those didn't seem to work for me. I feel like I'm close to getting this to work but I need a little help to figure out why it isn't working.
A high-level example of what I'm doing:
Test Inspection (old task): Due Date - 05 MAR 2023 ---> Test Inspection (newly created task through flow): Due Date - 04 APR 2023.
I'm able to get everything to copy over correctly, like I said above, except the category. Here is what I have in my flow:

The formula I'm using is: not(empty(string(triggerOutputs()?['body/appliedCategories/category1'])))
I've applied this to all the categories I'm using and have updated the formula to show category1, category2, etc. as applicable.

However, my flow is not adding a category to the new task it creates. When I check to see the outputs, I see that FALSE is what has been listed. Could someone let me know what I did incorrectly here?
Thank you,