Hello,
I am trying to create a flow that will allow me to upload a file in one location and tag it using a choice column and then the flow will copy said file to another folder in another library based on what was tagged in the column. I have tried several different ways, but they all either ended in an infinite loop or just straight up did not work at all. I did get one to work once, but then when I added more choice options using condition and eTags, it kept wiping the saved identifier and then refused to show the identifier again.
Here is an example of what I am needing.
| File 1 | Choice A |
| File 2 | Choice B |
| File 3 | Choice C |
I want the flow to pick up on when a file is added to the shared library with a specified column value, in this example its A, B, and C.
I then want it to copy said files to another folder based on what the column value was, as seen below.
| Folder A | Folder B | Folder C |
| File 1 | File 2 | File 3 |
So File 1 gets picked up as Choice A and moves to the corresponding folder and File 2 goes to its folder and so on. I then want any time it gets updated its corresponding file to be updated too.
I hope this made sense to you all and any suggestions would be greatly appreciated.
Thank you.