Hi - I’m trying to take a list of things (journalists) that I’ve created and be able to add them to different media lists.
I have a data type called journalist and media_list. What I want to do is when I add a journalist, have them added to various media lists. To that end, I’ve created in media_list a field type called “journos_on_list” which is “list of journalists” field type. What I can’t do is get it to connect the journalist with the media list.
Keep in mind, journalists can be on multiple media lists. Would appreciate any help!