Is there any way to clone / duplicate a specific card via graphql?
Answer
Clone Cards on the same Pipe
Best answer by lais_lot
Hey Lucas :)
You can do this action with this query
mutation{
clonePipes(input:{
pipe_template_ids: 123465 organization_id: 123456
}){
pipes{
id
name
}
}
}
You need to put the organization that will be the destination of this clone and the id of the pipe you want to clone
Join us in the Pipefy Community! 🚀
No account yet? Create an account
Login with your Pipefy credentials
or
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.


