Working with Derived Fields
Derived fields are type of a collection which basically are a combination of one or more fields. For example, let's say we have two number field A & B, so we can create a derived field C which will be the sum of A & B, e.g: C = A + B.
Let's take another example, so we have two fields, First Name & Last Name. And we need Full Name which is the combination of First Name and Last Name, so we can create a derived field as "Full Name = First Name + Last Name".
We hope that makes sense. If not, then watch this video tutorial to understand the concept of derived fields and how to add and work with them.
Please reach out to us on support@drapcode.com, if you have an questions.
You can also check out our documentation on this topic, click here.
If you don't know what collections are then check out the following tutorials: