This is my first real venture into the CDS. I have done the App In A Day and am working on something much larger and coming here for some guidance from more experienced users. 😃
I work for a non-profit and am creating a medical client intake system within a model driven PowerApp.
Currently I am working on the CDS setup and I have run into a couple issues adding lookups and a good use for the Primary Name Columns as apparently different tables with Lookups cannot have the same column names.
So basically I have a form that is something like ~250+ questions (haven't counted, just a glancing guess). My current plan was to break each section (demographics, medical, family, education, etc...) into separate Tables (entities).
But I am used to SQL and somewhat lost with these Primary Name Columns.
Should I just add these hundreds of columns into one Table or break them out? I just feel that many columns may be excessive.
I also have to add A child table and a interaction tracking table.
My thought on the child table would be a lookup to the client, child name, age, etc...
Then the Tracking I am unsure as I have seen what looks like tracking things built into even the app in a day thing that I never added. Where is that data and can I query it?