Copy & Paste Values

Prev Next

🔥 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 support@rossum.ai for further assistance.

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
  ]
}