Solved

Change "card title" criteria (pipe settings)

  • 23 March 2021
  • 2 replies
  • 303 views

Userlevel 3
Badge

Hi!

I have a question: when I change the "card title" criteria in the pipe settings, is there any way to update the cards that I’ve already created?

Thanks!

icon

Best answer by genietim 23 March 2021, 16:36

View original

2 replies

Userlevel 3
Badge

Excellent!

 

I will try to assemble the queries according to the first approach, then.

 

Thank you very much for your reply!

Userlevel 7
Badge +12

The card title is updated when either:

  • - the card title is explicitly changed, or
  • - the field which makes the card title is changed.

You can achieve both with the GraphQL API of Pipefy. Please note that if you choose to use the GraphQL API with the second option, the displayed title will indead change, but the search will not yet work with the new title. Therefore, if you choose to use the GraphQL API, I would strongly suggest to use the first approach. The corresponding query is this one: https://api-docs.pipefy.com/reference/mutations/updateCard/ (and, for the same issue with tables: https://api-docs.pipefy.com/reference/inputObjects/UpdateTableRecordInput/ )

If you want, I can create an Excel-Sheet where you can paste the IDs of your cards (e.g. from a report export) from which you can copy-paste the queries to https://app.pipefy.com/graphiql

Reply