-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Description
When running the get-schema command, the schema output does not contain every information to configure rollup fields in the base.
{
"type": "rollup",
"options": {
"isValid": true,
"recordLinkFieldId": "fld29Ly6wtLvpbnP7",
"fieldIdInLinkedTable": "fldkzeHGv5IZ9zk3d",
"referencedFieldIds": [],
"result": {
"type": "number",
"options": {
"precision": 1
}
}
},
"id": "fldlIKi2j4U31yAr5",
"name": "Jours proposés",
"description": "Total calculé des charges proposées sur le mois."
},
Steps to reproduce
- Setup a base with a table and a rollup field (needs a link field and another table and test records to link).
- Add conditions to the rollup field (to only take some of the linked records)
- Run the get-schema command
- Observe the json output lacking info
Expected behavior
The schema should contain the conditional config of the rollup fields.
Actual behavior
The schema does not contain the conditional config of the rollup fields
Environment
- CLI Version: 1.1.2
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working