I have a list of calculated fields, these fields reference other fields in their calculations. I need to create these fields beforehand as they will not exist.
I was wondering what would be the best approach for this Example List
- Field1 has Field2 in the calculation
- Field2 has Field4 in the calculation
- Field3 has Field1 in the calculation
- Field4
I'm not sure on how to approach this.