Landmark Trx Node MultipleRecordQuery

 2 Replies
 0 Subscribed to this topic
 164 Subscribed to this forum
Sort:
Author
Messages
Traci
New Member
Posts: 2
New Member
    I am using LPA 10.0.2 - Landmark Trx node to query the JobRequisition business class for multiple records.  Inside the trx node I have an assign node to format the results of the query then a file node to write the values from the assign node to a .csv file.  When I run the flow locally, the console shows the trx returning multiple results but the .csv file only has one row.  My assign node is a string variable which is the input for the file node. 

    How do I get all the query results written to the file? 
    Bob Canham
    Veteran Member
    Posts: 217
    Veteran Member
      Hi, is your file node using a Write to File or Append to File? If it is writing to file, it is overwriting the file every time it runs.
      Traci
      New Member
      Posts: 2
      New Member
        Thank you Bob!