Skip to main content
March 20, 2024
Question

Records Updated in Write to Records

  • March 20, 2024
  • 3 replies
  • 0 views

Earlier I remember using records updated in Output of Data in Write to Records after write it will append the ID to the same record data given as input. Not sure whats wrong now its only returning id and i dont have the data in it. its overwritten with only ID after write. So i cant have entire field data to continue for other tasks following it. Am I missing something or is it how it should behave in recent updates? I am using process start form and not user input task to map the details for inputs from forms to pv. 

    3 replies

    stefanhelzle0001
    March 20, 2024

    I covered that in my Appian 24.1 update blog post

    https://appian.rocks/2024/02/26/appian-241/

    March 20, 2024

    Hope then we need to have two pv then to have the data from main record and have one to get ID. Thanks!

    varuntejg243705
    March 20, 2024

    After 23.4 Update, Output Data(Record Types) - Records Updated value was changed, Now it will only return only PrimaryKey i.e., ID of that record.

    So you need to query the data by using the generated Id.

    Please refer the following images:

    1. First choose target for ac!RecordsUpdated.



    All the data will be stored into the same process variable.

    Here we don't need to create multiple process variables, as its just updating the variable itself.

    I hope you got my point!