I’ve got a strange situation where records that get created via a complex workflow are intermittently getting created missing key values. Missing columns/fields include not just references to my own data types and things, but also Created By and Created Date. The records are in the table, and (oddly) they DO have a Modified Date, but they don’t have the other stuff I mentioned.
Any thoughts on how this can happen? My first thought was that this was an order of operation issue and maybe I had workflow steps running in parallel… but wouldn’t I still, at minimum, see a Created By and Created Date in the resulting record?