Skip to main content
September 20, 2023
Question

Trying to save records ID back into the process variable when doing 'Write Records'

  • September 20, 2023
  • 1 reply
  • 0 views

Trying to save records ID back into the process variable when doing 'Write Records' but it's deleting the data of de process variable and only saving it's IDs.

Any input on what I might be doing wrong? Is this normal with the write records node?

1 reply

stefanhelzle0001
Brainy
September 20, 2023

That is how it works since 23.3. To get the data you need to do a separate query.

https://docs.appian.com/suite/help/23.3/Write_Records_Smart_Service.html#node-outputs

Output: "A list of records containing just the primary keys of records and related records updated by the smart service. Its data type is the record type configured on the Setup tab."