Comparing user input data with DB data in process model

Certified Associate Developer

Hello,

I am new to Appian. I have a user input form and a pre-populated database. What I want to achieve here is, after the user submits the form, in the process model, both sides of the data will be checked, and if the data matches, the process model will generate a specific document including those data

Thank you in advance

  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    Certified Lead Developer
    in reply to kazin3032

    Well, this is not much details ... lets get the guessing game started.

    So I assume that you have the user entered data stored to process variables. I suggest to write your expression in a way that it directly accepts that data as rule inputs and implement the comparison logic in that expression. It should only return a boolean true or false. Then use this expression in an XOR node in the process.

Children
No Data