Hello,
I'm configuring a clone feature for nested workflows, and i need to copy attachments from parent workflow to new parent, and from child elements to new children.
Something like this:
-Parent
--Child
--Child
-NewParent
--NewChild1
--NewChild2
It's easy to copy Parent attachments - I'm starting parent with `Start a subworkflow` action, which has `Copy attachments to subworkflow` option - this works great.
This is the first step I have in my automation.
Unfortunately Category of the attachment is missing.
I've been thinking about creating another automation, which will use `Modify attachment` action, and another `For Each` operator to make it happen.
However it is possible to have few attachments with same name, and there is no way to get correct category for them - at least I couldn't think of one.
Even without the nesting of the workflows I can't find any way to get the Categories - any ideas? :)