É possível criar condicionais de campos via API?
Page 1 / 1
mutation {
createFieldCondition(
input: {
name: "CONDITIONAL_NAME",
phaseId: PHASE_ID,
actions:o{
actionId:"show",
phaseFieldId:FIELD_NUMERIC_ID,
whenEvaluator:true}]
condition: {
expressions_structure: r0],
expressions: n{
field_address: "FIELD_NUMERIC_ID",
operation: "equals",
value: "1",
structure_id: 0}]}}
) {
clientMutationId
}
}
Reply
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.