PROCESIO
OverviewPlatform ActionsIntegrations & DemosCustom ActionsDeveloperโ€™s Guide

List Difference

This action computes the difference between two simple lists.

This action computes the difference between two simple lists.

Inputs & Outputs

  • [ I ] First list: List<Object> representing the first list (A)
  • [ I ] Second list: List<Object> representing the second list (B)
  • [O] Difference: List<Object> representing the difference (A-B)

Example Usage

  • Drag action onto the canvas to get familiarized with it.

  • Declare some variables to be used with the action.

  • Assign the newly created variables.
  • Save & Run the process and then Check Instance to see the output.

Use Cases

  • Computing the difference between two simple lists.

Creator

On this page