Skip to content

Update record-list

Description

Updates a record in a record-list at a record number

Input Ports

Name dataType sourceType required description
Record Number number link-manual true The record form the record-list that will be updated
Record record link-manual true The new record values
Record List record-list link-manual true The record-list that the user wants to update

Scenarios

  • The user wants to update a record inside a record-list

Use case

Command

Inputs
  • Record number: 2
  • Record: { _id: '049633c4-8ecd-4a9a-9b17-5eb4cb2ca262', createdAt: 2021-11-09T11:45:34.000Z, updatedAt: 2021-11-09T11:45:34.000Z, accountNumber: '62657479003', filepath: 'C:\\Roboteur\\BankStatements\\csv\\62600079773.csv' }
  • Record List: json { data: [ { _id: '049633c4-8ecd-4a9a-9b17-5eb4cb2ca262', createdAt: 2021-11-09T11:45:34.000Z, updatedAt: 2021-11-09T11:45:34.000Z, accountNumber: '62657479773', filepath: 'C:\\Roboteur\\BankStatements\\csv\\62600079773.csv' }, { _id: '4b0463a4-432b-4f05-9ad6-048e8594a684', createdAt: 2021-11-09T11:45:40.000Z, updatedAt: 2021-11-09T11:45:40.000Z, accountNumber: '62854058700', filepath: 'C:\\Roboteur\\BankStatements\\csv\\62600079773.csv' }, { _id: 'cb95deb9-b9c0-4469-9a78-59ab83220859', createdAt: 2021-11-09T11:45:26.000Z, updatedAt: 2021-11-09T11:45:26.000Z, accountNumber: '62841795323-11', filepath: 'C:\\Roboteur\\BankStatements\\csv\\62600079773.csv' } ] }
Search Tags

Update record inside record-list