Hi, is it possible to add IsValidForCreate and IsValidForUpdate properties for each column? I want to be able to group read-only columns and writable columns. I also want to check which column is the primary. We want to run some automation on the generated excel file.
Thanks