Duplicate conditional rules in a pipe


When we have to set up a lot of conditional rules in a pipe it would be great being able to duplicate a rule based on the same fields, i.e. a field that makes other fields be shown or hidden. This would be a time saver!  :grin:

 

 

 

@Eduardo Kano It would be great! :blush: This functionality add to duplicate pipes with conditionals will be amazing! 


Updated idea status NewSubmitted

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 statusSubmittedUnder 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.