11-25-2019, 05:40 PM
Hi JereMiami,
Assuming you have the recordID of the record in tRecordID and the table name in tTableName you can do the following:
tDateCreated will contain the value you want
Assuming you have the recordID of the record in tRecordID and the table name in tTableName you can do the following:
Code:
put cdb_read(tTableName, tRecordID, "cloud") into tOutputA
put tOutputA[tRecordID]["cdb"]["cdbDateCreated"] into tDateCreated
tDateCreated will contain the value you want