@Eduardo Kano It would be great!
This functionality add to duplicate pipes with conditionals will be amazing!
Is it possible to duplicate the conditions using API? Or would it be possible for the createFieldCondition code to be available agaiin?
The following idea has been merged into this idea:
All the votes have been transferred into this idea.
Updated idea statusSubmitted→Under Consideration
@jgallo1 I guess it is too late to answer your question, is it?
But for anyone else who wonders some time later: yes, you can code up your own “field condition duplicator”. The relevevant steps are to fetch the whole condition (https://api-docs.pipefy.com/reference/queries/fieldCondition/), and then to create a new one (https://api-docs.pipefy.com/reference/mutations/createFieldCondition/) with the same conditions and actions.
if you are still curious how exactly to do it, I would recommend to ask a separate question.