Datagrid2 : Get Filtered Result List In Microflow
Content Type: Module
Categories: Utility
Overview
This module contains a JavaScript (JS) action designed to get filter results list in a microflow . The action returns JSON response and by import mapping it retrieves the list. which can then be further processed.
Documentation
Typical usage scenario
When you want to have filtered result of DG2 in a microflow.
Releases
Version: 1.1.0
Framework Version: 9.24.12
Release Notes: Optimized JS action to obtain filtered list in a microflow.
Version: 1.0.0
Framework Version: 9.24.12
Release Notes: This module contains a JavaScript (JS) action designed to filter results within a JSON . The action retrieves an list from the JSON via import mapping, which can then be further processed.