Forum Discussion
JH141494
Jun 18, 2019Copper Contributor
Flow condition based on SharePoint file name
In my case, I want to execute a flow if a specific file in a SharePoint library is modified. If it is, I want it to copy to our local file server. What I expected to be the hard part (getting the Fil...
- Jun 19, 2019
I'll answer my own question in case it helps someone else later.
The solution was to add a string variable prior to the condition that has the value of the filename, then using it for the conditional evaluation.