Hello!
I have a SharePoint list of projects with a lot of information being tracked about each project. I now want to add a "related projects" option where users can pull up a project and identify any other projects in the same list as related. What is the best way to create a column to store the related projects so that I can update my Power App accordingly? Right now I'm just using the basic forms control due to time constraints. Down the road, I'd like to consider building a more customized input screen.
I tried adding a lookup column that pulls in all the projects in the list, but couldn't get that to play nicely in Power Apps- my form wouldn't show the lookup column as a field, and I wasn't exactly sure how to patch that information back to SharePoint.
I thought about building a collection on app start to collect all of the items in the list, then within my form, creating a collection of the related projects, but wasn't sure the best way to write those back to SharePoint.
Looking for advice/best practices for this type of relationship. Thanks!