Hi, I have a Master list holding Information on Document Number and its Title. I have a document library where I will be uploading files with the same name as the Document Number with its version. So far I am able to fetch the Document Number and its version in two separate columns based on the file name.
I am however stuck pulling the Document Title from my Master List into the Master Document Library. If it would have been excel, I would have just used vlookup and pulled the data as I have the CalcDocNumber as the lookup value.
Can you help me write a Power Automate flow to pull this data.
Solved! Go to Solution.
@SunShenoy do you already have the flow created? You can use Get Items action to get item from master list with filter query DocNumber eq '<doc number value>' and the item that you get as output of Get Items will have the Document Title value.
@SunShenoy do you already have the flow created? You can use Get Items action to get item from master list with filter query DocNumber eq '<doc number value>' and the item that you get as output of Get Items will have the Document Title value.
Hi, It was just a coincidence that I managed to find a similar solution that you have proposed and it worked. Thanks,
Sunil.
Hi, I notice that even if I add a single row it triggers 100s of flow. Probably it checks every row and tries to update the data. Is it possible to only look at the changed row or rows with empty data.
Thanks,
Sunil.
@SunShenoy what is the trigger of your flow?
The trigger is When an item is created or modified.
@SunShenoy is your flow trigger on master document library or master list? I think it should trigger on Master Document library, then fetch value of Doc Number from trigger, then use Get Items action to get item from master list with filter query DocNumber eq 'select docnumber value from trigger dynamic content'. So get items will return you the matching item from master list with given doc number. Then you can get Document Title from get items output to update the document properties.
User | Count |
---|---|
16 | |
16 | |
14 | |
9 | |
8 |
User | Count |
---|---|
27 | |
26 | |
24 | |
23 | |
14 |