docs: add list values resource section

This commit is contained in:
Stevan Freeborn
2023-04-17 23:00:51 -05:00
parent dfac4e90ad
commit 07b7aff742
9 changed files with 85 additions and 11 deletions
@@ -20,6 +20,6 @@ Formula fields are a special type of field that can be used to calculate values
- values
- `object[]`
- An array of [List Value](#list-value) objects that define the possible values of the formula field. This array will only be populated with values if the `outputType` is set to `ListValue`.
- An array of [List Value](#list-values) objects that define the possible values of the formula field. This array will only be populated with values if the `outputType` is set to `ListValue`.
{% /table %}