Skip to main content
Deprecated

This feature is deprecated. It won't receive any further updates and is likely to be completely removed in the future. Please consider using other available alternatives or contacting [email protected] for further assistance.

Copy & Paste Values

Formerly known as Value Operations

Installation

Copy & Paste Values extension is available in the Rossum store. To install the extension, follow these steps:

  1. Login to your Rossum account.
  2. Navigate to Extensions → Rossum Store.
  3. Search for Copy & Paste Values extension and "Add" it.

A default "Rossum Store extension settings" page will open where you can configure the extension to your liking (visit configuration examples for inspiration).

Basic usage

Work in progress

We're still working on this part and would love to hear your thoughts! Feel free to share your feedback or submit a pull request. Thank you! 🙏

Available configuration options

{
"operations": [
{
// Under what condition should the source field be copied?
"condition": "len({line_items}) > 0 and {item_po} == ''",

// Source field from where the source value should be copied.
"source_field": "order_id",

// Target field to where the source value should be copied.
"target_field": "item_po_copy"
}

// … more operations
]
}