Hi everyone
I have a table with 2 columns: File_name & Folder_location. The table consist of two rows:
"AAA" | "my_SharePoint/.../AAA"
"BBB" | "my_SharePoint/.../BBB"
...
"ZZZ" | "my_SharePoint/.../ZZZ"
Then I have a SharePoint folder (folder_X) which contain
files with name such as AAA_20221010, AAA_20221009, BBB_20221010, and so on.
Is it possible to create a flow to automate moving files from folder_X to folders listed in the second column based on the file's name? (Triggered whenever a new file is created in folder_X)
Thanks in advance