Skip to main content
Question

Import Data into Cards Already Created

  • November 18, 2025
  • 2 replies
  • 66 views

Hello, I am attempting to use the Importer App to add data into Cards that are already Created. I have two columns - A - the Card ID of the Card made and - B - the numbers I wish to be added into a field that exists in the Pipefy phases. 

 

Please HELP! Because I do not know if this can be done. All the resources I have read on the subject only discuss creating new cards - and I do not want to do that! [Example “wish to create cards” and “creates multiple cards” ...]

https://help.pipefy.com/en/articles/2446394-how-to-import-data-from-spreadsheets

https://help.pipefy.com/en/articles/2446675-preparing-spreadsheets-for-the-importer-app

https://help.pipefy.com/en/articles/6904523-how-to-import-data-into-a-pipe

https://developers.pipefy.com/reference/importer

 

2 replies

adrian-villegas

Hi

To perform this task via API, the resources below will help you!

The tool you’ll use for this action is https://app.pipefy.com/graphiql

Please remember that you must be logged into your Pipefy account (for authentication) and have the necessary permissions to edit cards.

For this process, you will need to obtain the Card ID and the ID of the field to be updated.

Attached, you will find a file to help you locate these items and execute the action!

Watch the step-by-step video here.

Our API documentation can be found here.

See you! 😉


Hi

To perform this task via API, the resources below will help you!

The tool you’ll use for this action is https://app.pipefy.com/graphiql

Please remember that you must be logged into your Pipefy account (for authentication) and have the necessary permissions to edit cards.

For this process, you will need to obtain the Card ID and the ID of the field to be updated.

Attached, you will find a file to help you locate these items and execute the action!

Watch the step-by-step video here.

Our API documentation can be found here.

See you! 😉

Hello, The video is unhelpful for me because of the language barrier. I did do some digging around the Pipefy Developers Website and found the following to be slightly helpful:

https://developers.pipefy.com/reference/mastering-the-documentation-your-guide-to-queries-and-mutations

https://developers.pipefy.com/reference/search-for-field-dependencies

 

However, I have still not found a way to EDIT a field in an existing Pipefy Card. These websites above only show me how to find information or create new cards. 

 

Could someone point me in the right direction on how to “mutate” information? I think that is what Pipefy calls editing a card field within a card that already exists. Also, how do I do this for 100+ Excel rows?