Hey guys,
I have a problem with my flow. I want to copy multiple items from a list to another one (same columns that everthing is exact like in the original list) by using a filtered condition. Items have to be older than a year and a contain a certain status. So far so good, that's working quite well. Transferring contents and attatchments as well. The problem is to transfer fields with multiple content options like people picker (PLANER) or lookup information (KONTAKTE)
Here I thought I could use an array to get every content transferred. But that doesn't work the way I thought. The array content of all items is inserted in every new created list item respectively is somehow summed up with every following new item. How can I achieve that for every created item only the array content of the item in the original list is transferred?
Here is my flow
I try to explain what I did, step by step:
- Get item
- Initialize variable
For each clamp for everything following
- Append to array variable (3x people picker field, 1x lookup field, 1x multiple choice field)
- Get attachments
- Create Item
- Get attachtment content
- Add attachment
- Delete (original) item
Thanks for your help
Simon