I have a database setup within SharePoint to build a document using MS Flow. I was able to perform the basic with no filtering however, I'm caught on the filter query.
List 1: Builds out Cost estimates: Field WR No (unique per entry)
List 2: Project Scope: Field WR No (same as above)
I started a Flow that say when an item is created in List 1, get information from List 2 to populate a word template (already built) and save it into a folder.
I need to filter List 2 to only return information that List 1 refers to. List 1 WR No eq List 2 WR No.
I have tried to control Condition, however, that doesn't work either. I was trying to perform the filter at the get items level utilizing the filter querey. I'm doing it at this level, since I will have multiple list filling out the work document template.
Please help!