Skip to main content
Solved

How to update phase field into a card with Pipefy api?


Douglas Perez

Hello!

I’m trying to update these fields using API, but I don’t know what mutation I have to use

 

Best answer by alicereis

Hi, @Douglas Perez 

 

you will need to use a mutation for each field, using the following inputs:

 

  mutation{
    updateCardField(input: {
      card_id: xxxxxxx
      field_id: xxxxxxx
      new_value: "Text" 
    }) {
      clientMutationId 
    }
  } 

 

 

View original
Did this topic help you find an answer to your question?

2 replies

alicereis
Forum|alt.badge.img+5
  • Regular Participant
  • 59 replies
  • Answer
  • March 22, 2022

Hi, @Douglas Perez 

 

you will need to use a mutation for each field, using the following inputs:

 

  mutation{
    updateCardField(input: {
      card_id: xxxxxxx
      field_id: xxxxxxx
      new_value: "Text" 
    }) {
      clientMutationId 
    }
  } 

 

 


Lucas Democh
Forum|alt.badge.img+15
  • Pipefy Legend
  • 396 replies
  • March 23, 2022

@Juliana Spinardi we have a new best answer contestant 😅


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings