I want to create a Entity
which can hold fields which will be dynamic
Let's say I have a Entity
named Party and another entity named People, each party can hold N number of people names
How should I create such record?
Is there any other way other than creating fields
like People1, People2 as lookup
to the people entity?