Record Type Field

How to update a record type field value using the Expression Language?

  Discussion posts and replies are publicly visible

Parents Reply Children
  • 0
    Certified Lead Developer
    in reply to bruce mobini

    So, in general you cycle of modifying data is to query it and store it in a local variable or in a process variable. Then you modify it and lastly write it back to the DB. For the last step, you use a!writeRecords() in an interface or the Write Records smart service in a process.

    My perspective on Appian is, that is is made to build business processes. And by this, I mean the organizational aspect of that process that orchestrates people and systems. I talk about this in my podcast episode with Malcolm Ross, VP of Product Strategy at Appian.

    So, if you approach Appian as a low-code platform in the same way as e.g. PowerApps, you will probably get into a painful collision with the reality of Appian solution design.

    Find my podcast and other Appian related stuff here: https://appian.rocks

  • 0
    Certified Lead Developer
    in reply to bruce mobini

    You need to retrieve them first from the DB and then modify and write to db, so it has the PK and writes to same record with modified values.