Hi @Kerlyne Dejean ,
Welcome to Q&A Forum!
Please following steps:
1.Create two lists named "USER" and "ADMIN"
2.Create MS Flow
a.Add "When an item is created" trigger
b.Add "Initialize variable" action
- Name: varChoice
- Type: Array
c.Add "Append to array variable" action
- Name: varChoice
d.Add "Get attachments" action
- Id: ID from "When an item is created"
e.Add "Create item" action
- Multi-Choice: varChoice from "Variables"
f.Add "Get attachment content" action
- Id: ID from "Create item"
- File Identifier: Id from "Get attachments"
g.Add "Add attachment" action
- Id: ID from "Create item"
- File Name: DisplayName from "Get attachments"
- File Content: Attachment Content from "Get attachment content"
The full flow:
3.Test and Save this flow.
Thanks,
Echo Du
=======================
If an Answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.