How to get all cards from phase? And if the phase has more 50 cards, what i have to do?
Hello how are you? Do you want to move all these cards? If so, you can create an automation to move all those cards to the next stage. If you don't know how to create an automation, take a look at this article:
https://help.pipefy.com/pt-BR/articles/3675228-como-crio-uma-automacao-para-mover-cards
Hello Rafel,
I didn't explain it correctly, I'd like to get all the info for the cards of a specific phase through the api.
Hello
Ex:
{
allCards(pipeId:**********) {
edges {
node {
id
}
}
pageInfo {
endCursor
startCursor
}}
}
Than:
{
allCards(pipeId:*********, after:"abcde") {
edges {
node {
id
}
}
pageInfo {
endCursor
startCursor
}}
}
I am searching for all cards from specific phase from pipe, but my call to api when i pass pageInfo(endCursor) i have a error.
query
payload_test = {"query": "{phase(id:xxxxx,after:'xxx'){name cards_count cards {edges {node {age}}pageInfo {endCursor hasNextPage}}}}"}
I receive
{'errors': [{'message': 'Parse error on "\'" (error) at [1, 27]', 'locations': [{'line': 1, 'column': 27}]}]}
I am searching for all cards from specific phase from pipe, but my call to api when i pass pageInfo(endCursor) i have a error.
query
payload_test = {"query": "{phase(id:xxxxx,after:'xxx'){name cards_count cards {edges {node {age}}pageInfo {endCursor hasNextPage}}}}"}
I receive
{'errors': [{'message': 'Parse error on "\'" (error) at [1, 27]', 'locations': [{'line': 1, 'column': 27}]}]}
Maybe its beacuse you dont need this text at the start, you can run the query from the {phase...
I am searching for all cards from specific phase from pipe, but my call to api when i pass pageInfo(endCursor) i have a error.
query
payload_test = {"query": "{phase(id:xxxxx,after:'xxx'){name cards_count cards {edges {node {age}}pageInfo {endCursor hasNextPage}}}}"}
I receive
{'errors': [{'message': 'Parse error on "\'" (error) at [1, 27]', 'locations': [{'line': 1, 'column': 27}]}]}
Maybe its beacuse you dont need this text at the start, you can run the query from the {phase...
Like this

Reply
Join us in the Pipefy Community! 🚀
No account yet? Create an account
Login with your Pipefy credentials
Enter your username or e-mail address. We'll send you an e-mail with instructions to reset your password.