
I have created a flow that directs items from the main sharepoint list to other sharepoint lists when uploaded via a powerapp, depending on the multiple choice.
Files are attached to the items, but i cant seem to figure out how the attached files will be moved to the list when the item is created.
So far my flow looks like this:
"When an item is created" - "Switch on Multiple choice value" - "create item in new sharepoint list"
Hi @NikoB
For adding attachments from one list to another , first you have to get list of all attachments in previous list, then once you create item in other list, retrive attachment details from previous list, get content and add that attachment in other list.
Hope the flow design helps
here i am creating list items from List2 to Sample_List
Hope it helps !
Mark it as solution if it resolves your query !