So hello,
I am pretty new in the Power Platform concepts and I am trying to figure things out.
More precisely, talking about Dataverse. From what I have seen, I get that when we are creating
a new table automatically, in the background system is creating a column, lets suppose it is named ID
and it is GUID data type, but it is not visible for us. This is the primary key for each record.
Also, there is the primary column, in order to achieve a more user-friendly approach. Could we
say that it is a /fake/ primary key.
My question is I do not know how to retrieve this GUID when I want it. Also, I have not understand fully the concept
of alternate keys even if I have read pretty much almost every document, maybe tmi in a few days :). Also,
how I can create a custom GUID field, because autonumber data type has an upper limit.
Thanks