I have created two SharePoint Lists. Both lists are populated by separate MS Forms.
The first list is a Document Request List.
The second is a Document Priority list.
Once a new document request comes in, it adds a line to the Document Request list, from there an email is distributed to a committee who then fill out an MS Form with voting criteria. The results of which, updates a line in the Document Priority list.
Once the Document Priority Form is filled out and the new line is created in the Document Priority list, I would like to grab data from the Document Request list and update the Document Priority list. I am failing.
The Document Submission # in the Document Request list and the Document Request ID from the Document Priority list will be the same. So these values will be used to identify entries in both lists. If there is a match, it should update three columns. Otherwise it should do nothing. This is where I think I took a left turn.
The flow checker is telling me there is a possibility that it may trigger an infinite trigger loop. I can't see it. It also advises that it has run successfully in my tests. But nothing is updating as expected. I have left the if no action completely blank.
Any guidance would be amazing.