Skip to main content
Solved

API POWER AUTOMATE > PIPEFY - UPDATECARDVALUE

  • May 21, 2025
  • 1 reply
  • 51 views

ti-ihc

ERRO TO SEND API UPDATE ON POWER AUTOMATE.

ERROR: 

errors.0.message

Unexpected end of document

 

 

 

Best answer by joao-quint

Hi,

As you are sending HTTP format, please ensure use the body format below:

 

past this content in the body field and try again:
 

{"query":"mutation {\r\n  updateCardField(\r\n    input: {card_id: 1146321608, field_id: \"status\", new_value: \"new value text9\"}\r\n  ) {\r\n    clientMutationId\r\n  }\r\n}\r\n","variables":{}}

Regards

Joao Quint

1 reply

joao-quint
Pipefy Staff
Forum|alt.badge.img+5
  • Pipefy Staff
  • 72 replies
  • Answer
  • July 15, 2025

Hi,

As you are sending HTTP format, please ensure use the body format below:

 

past this content in the body field and try again:
 

{"query":"mutation {\r\n  updateCardField(\r\n    input: {card_id: 1146321608, field_id: \"status\", new_value: \"new value text9\"}\r\n  ) {\r\n    clientMutationId\r\n  }\r\n}\r\n","variables":{}}

Regards

Joao Quint