Hello,
I'm trying to do a flow that has the goal to send an word file by e-mail that is stored in a network share folder.
In a Sharepoint we have the same files stored with the same name but as pdf files. So, when a file in State "to be reviewed" we need to send that file in word by email do the responsbile person to review the file.
So I came up with the idea of adding a column to sharepoint with the name "Name .docx" that column is to have in sharepoint the same file name that we have in the network share folder to send the right one.
First, I did an filter ODATA query to filter all the file that Status eq "Para Revisão" (that means to be reviewed in portuguese) and then I Parsed Jason to have the strings that I need. With that string I tried to get file content in the right netwrok share folder but It doesnt work.


Can sombody help me? Or have better ideas to do this right?
Thanks 🙂