02-23-2022, 10:26 AM
(This post was last modified: 02-23-2022, 02:05 PM by philippecoenen.)
Hey Mark,
Thank you so much for all your answers.
Ok so I have created an array to create a record using: put uuid() into aObject["cdbRecordID"]
But when I attempt to create the record on the could database I get this error: Illegal key name starting with either 'cdb' or 'csi'
as you confirm that you are using uuid() and I do the same I guess it's not the uuid itself that is the problem.
I know I can get the id when the record is created but it will make my life a little more complicated for some operations.
What can I do?
-Phil
Thank you so much for all your answers.
Ok so I have created an array to create a record using: put uuid() into aObject["cdbRecordID"]
But when I attempt to create the record on the could database I get this error: Illegal key name starting with either 'cdb' or 'csi'
as you confirm that you are using uuid() and I do the same I guess it's not the uuid itself that is the problem.
I know I can get the id when the record is created but it will make my life a little more complicated for some operations.
What can I do?
-Phil