Skip to main content

How to have same value in two columns as you put value in first column?

Comments

2 comments

  • Zendesk API User
    Author: mbergmann - 10/4/2019 19:37

    Hi Yamini,

    that should be quite simple:

    <RULE>
    <WITH>
    <PROPERTY name="VALUE" source="nameOfInputA"/>
    </WITH>
    <DO>
    <PROPERTY name="VALUE" source="nameOfInputB" />
    </DO>
    </RULE>

    Nevertheless, what’s the use case behind this requirement?

    Regards,

    Michael

    0
  • Zendesk API User
    Author: Yamini - 10/7/2019 6:57

    Hi Michael,

    Thanks for helping me out with setting the rule. the requirement was such that user would be entering values for german language and the same value should be reflected for english language too and if user wishes, he/she can change the values for eng language as well.

    0

Please sign in to leave a comment.