Write multiple rows in database from process

Hello,

Is there a way to insert/update multiple rows ( from an array process variable) using "Query Database" or "Stored Procedure" nodes, but without generating one instance for each row to be inserted/updated?

Thank you.

  Discussion posts and replies are publicly visible

Parents
  • “Write to Multiple Datastore” allows you to write multiple rows to multiple data store entities (tables), to use "Write to Datastore" make sure you configure your input ACP to be multiple, then you can map it to your PV. It should add new rows for any items in your PV without a primary key and update any rows for items in your PV with a primary key...your PV should be a multiple as well...
Reply
  • “Write to Multiple Datastore” allows you to write multiple rows to multiple data store entities (tables), to use "Write to Datastore" make sure you configure your input ACP to be multiple, then you can map it to your PV. It should add new rows for any items in your PV without a primary key and update any rows for items in your PV with a primary key...your PV should be a multiple as well...
Children
No Data