ContainsCreditCardInfo
This Script is part of the Common Scripts Pack.#
Checks if a given value is true. If not a "no" will be returned.
Script Data#
| Name | Description |
|---|---|
| Script Type | javascript |
| Tags | Utility, Condition |
Inputs#
| Argument Name | Description |
|---|---|
| data | The data to check for credit card info in (type string). |
Outputs#
| Path | Description | Type |
|---|---|---|
| yes | Whether the value is true (either has object or string True). | Unknown |
| no | Whether the value is not true (either has object or string True). | Unknown |