Hi, my table is having let's say fields - name, age, gender and meta Data - isActive, createdOn, createdBy. How to add data for these fields
Discussion posts and replies are publicly visible
You can create a formatting/casting rule for the CDT and use it before writing the data into DB. This rule will add default values for metaData fields i.e., true, now(), loggedInUser().