Changed on:
23 Apr 2024
Conditionally trigger another Ruleset when the specified entity field or event attribute matches the provided value.
Plugin Name | Core Reference Module |
---|---|
Namespace | {{accountId}}.core |
The Core Reference Module is a foundational Reference Module. It provides a base set of general purpose Rules that other Modules are built upon or that can be included in your own Workflows. Extensible by design, use this Module as a base to build a solution for the needs of your customers.
If {jsonpath} is {value}, do {eventName}
Name | Type | Description |
|
| The path to the value being compared, see JsonPath. |
|
| Value to compare against. |
|
| Name of the event to send if the check passes. |
1{
2 "name": "[account].core.IfPropertyEquals",
3 "props": {
4 "jsonpath": "fulfilmentChoice.deliveryType",
5 "value": "EXPRESS",
6 "eventName": "ExpressSourcingStrategy"
7 }
8}
Language: json
This Rule will conditionally produce a SendEventAction, or a custom Audit Event if the Rule condition is not met.
The Rule condition is defined by the
`jsonPath`
`value`
`jsonPath`
`jsonPath`
`value`
`eventName`
Refers to the Product Release Version
Copyright © 2024 Fluent Retail Pty Ltd (trading as Fluent Commerce). All rights reserved. No materials on this docs.fluentcommerce.com site may be used in any way and/or for any purpose without prior written authorisation from Fluent Commerce. Current customers and partners shall use these materials strictly in accordance with the terms and conditions of their written agreements with Fluent Commerce or its affiliates.