How do I change one field value in a record?
I have a record of a data type defined by a DatabaseTableDefinition. How do I change one field value in that record? I'm not updating the database at all, just a record in memory.
Comments
-
You can utilize a create data step and a change value for the output to change the value for a singular field in the record. See video here

