Question

Updating Remarks

  • 27 April 2023
  • 1 reply
  • 35 views

Hi all,

I have an input file with multiple records containing a remarks field.  I need to update the same, existing Remarks (Description) field in the CMDB with all of these values.  
The Remarks field already has existing data.  Call it  “Test Data”.  
But I can only get the last record in the input file to append to remarks.  
So, I have ...
Record 1:  “This is my note one.”
Record 2:  “This is my note two.”
Record 3:  “This is my note three.”

It will retain the original value but only copies the last record.  It shows up as this 
“Test Data.  This is my note three.”
I’ve tried messing with outbound.remarks and outbound.self.remarks but I cannot get it to work.
Your help would be greatly appreciated! 
Thanks!

T


1 reply

I figured it out.  Very simple.  I had the Record Order on the Channel Config set to multiple record processing instead of single.  

Reply