Forum Discussion
Leonel GUZMAN
Jan 29, 2022Brass Contributor
Reference "File" from "For a selected Item" in SharePoint
Hello I got a SharePoint list (List A) where I run a "For a selected Item" event that collects text and a file (attachment) that I then use to populate a different list (List B). I can use th...
VArik966
Dec 20, 2022Brass Contributor
alirananavitascom, @Leonel GUZMAN,
Please find below the solution I tried :
I was not able to recover the filename with the flow, so I used this expression to get it from the attachement I uploaded manually :
string(triggerbody()?['file']?['name'])
It allows me to get the filename and store it in my SharePoint list.
Please let me know if it's ok for you.