Appreciate any thoughts or experience on doing this. Thanks.
Page 1 / 1
hey there @Keto-Faster, I’m Marcos from Pipefy Engineering Team.
In order to to list all fields and its values in a Card you can use this query below, where you can input the card ID and retrieve any information from any field inside it.
{ card(id: $cardId) { fields { field { type } value } } }
About the checklist fields, if you want to create a new field to be in a specific phase but not fill its value yet, you can use the mutation createPhaseField which allows you to create new fields.
But about the Card Checklists, unfortunately is not possible to update or create new card checklists through our API, only Checklist Fields are available.
I’ll communicate this limitation to our product team.
Thank you!
@Marcos Carvalho thanks so much for the clear feedback on this.
Exactly what I needed.
I’ll look for an alternative solution to the card checklists.
@Marcos Carvalho is there any feedback on Card Checklists in API yet? Has this been implemented?