I am creating a flow so that when a document is created or modified in Library A, it creates a link in Library B to Library A.
I need the Flow to also update previously created links. For example, if a link to Library A was already created but the file name (and therefore the link) changes, I need the flow to scan Library B, identify that previously created link, and update the file content.
Currently, I have created a column in Library B to update with the list ID associated with the file in Library A. My idea is that when the flow scans Library B, it is looking for that unique list ID. If it does find it, it should update the the file content.
The problem isthat when the flow Gets the file properties, it does not check each value, so it does not register that it is in the library. How do I fix this?
See below for flow images.
Solved! Go to Solution.
Hi @jmathur,
You can use the Get files action with Odata filter query to get the file, for example, PCID eq 'Dynamic content PCID':
Best Regards,
Community Support Team _ Lin Tu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @jmathur,
You can use the Get files action with Odata filter query to get the file, for example, PCID eq 'Dynamic content PCID':
Best Regards,
Community Support Team _ Lin Tu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @jmathur,
Has your problem been solved?
If your problem has been solved, You could go ahead and mark the post as solved by clicking “Accept as Solution” so that this thread will be marked for other users to easily identify!
Best Regards,
Community Support Team _ Lin Tu
User | Count |
---|---|
93 | |
45 | |
20 | |
20 | |
15 |
User | Count |
---|---|
134 | |
53 | |
44 | |
37 | |
29 |