Is there a need to create duplicate field?

I explain what I mean.
Let’s say I have a Movie type of Thing. Here I added Actor field.
Also I have Actor type of Thing. Should I add here a Movie field (list of Movies), or I have full possibilities to operate Movies of specific Actor in any way I like by simply making a search in Movies with “Actor==…” criteria? And changing Actor field there?

Bumped

I always do both for the simple fact of it saving me brain-power later. If I set it up this way in the first place, it’s easier for me to manipulate later when I need to. I got this suggestion from Nigel, and I trust that fella.

1 Like