
Hello,
I am fairly new to the complex Workflows and for the past several days been fighting this setup without any success. Maybe I am not doing it right so any help would be greatly appreciated.
I need to build a flow that updates the List whenever a file in the library is added, deleted or modified. It literlaly needs to mirror it. For the timebeing, I am using default columns, Title, Modified, and Modified By.
As you see from the screenshots, it works, somewhat. But when i click on the item in the list, it only displays file with the extention, but what I need it to show is the clickable link to the file. I tried adding Link To Item step but all it does is displaying it as a text, not a link.
Can someone PLEASE walk me through on how to configure this flow so whenever I add an item in the library, it generates a clickable link that takes users to this file, and not just a static text?
Greatly appreciate any help!
Hi @JeffKuliyev,
According to your description, I have made a test on my side. It seems that adding an attachment to the item in the list is also a good way to check the file content by clicking the item.
The flow is configured likes below, please take it for a reference.
It is triggered by When a file is created or modified (properties only), then the action Create item. In the Create item action, fill in the corresponding columns, Title, Modified, and ModifiedBy.
Then the action Get file metadata, use the dynamic content Identifier in the File identifier field.
In the action Get file content, use the Id from the action Get file metadata.
In the action Add attachment, use the Id from the action Create item, File name with extension from the trigger, File content from the previous action Get file content.
When the flow is triggered, the file would be attached to the item, then you could check the attachment when checking the item.
Please take a try with it on your side.
Best regards,
Mabel Mao