Thanks in advance for any help on this topic.
I have a sharepoint site with two lists to create a feedback database for people to search. One list (list A) contains products with all of their details e.g. material reference, name, consumer group, season
The second list (list B) contains the feedback we have received from product testers in the format of a video database, tagged with any issues mentioned with products e.g. button broke
In list A, there is a vlookup column so that any videos which are added to list B relating to the product in list A can be linked to it e.g when a video is added to list B (Video X), in the vlookup column in list A, Video X can be selected so anyone viewing it knows that Video X relates to that specific product.
My issue is that when I use this vlookup to select the video in list A, I would like the columns in list B to automatically update with the same tags which the product has in list A, e.g the video also gets a tag for the material reference and the product code, so people can filter the video database to find all videos which are relevant to one specific product.
I've started an automate flow which detects when an item has been updated and determines whether the vlookup column has changed, but when I try to get the name details of the change in the vlookup column so I can then select this item in the video database, it is not giving me this option. Does anyone know how to workaround this or if there is a much easier way to do it?
I've attached screenshots of the automate flow so far, in the box where it is asking for the ID, I need to be able to enter the vlookup value from list A.