We have a use case to pull in a lookup from another list where a field on that list contains a field of this list. That sounds confusing, so let me elaborate. We have a list called "Minutes." On that list, there is a multi-select lookup where you pick from a list of "Requests" to indicate which requests were discussed in this meeting. We then want to surface any meeting minutes relevant to this Request on the form of that request. How can I accomplish this cleanly?
Form lookup with "Contains"?
Best answer by courtney_shelto
Alright, got this sorted. I ended up putting a WF on the Minutes list that checks all the "Discussion Items" that have been selected, splits them (they're a string with commas) into a collection, and for each of them, goes and writes the name/URL hyperlink of the newly added minutes into a rich text field on the relevant/related requests using <a href=></a> style tagging. Unfortunately, this doesn't allow me to remove duplicates, so I have it only run on creation, meaning if it's edited later and new discussion topics are added or removed, it won't pick up on that. On the requests list, I made the rich text field not be editable by users either so it looks clean (always shows in display) and clickable, even in edit.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.

