Actions
Bug #7221
closedCB Activity Bot parameters do not accept capital true/false
Description
The CB Activity Bot provides sample values of TRUE_OR_FALSE, but TRUE won't work due to the IF check being an exact match and is matching against lowercase. Add strtolower when checking the value so it won't matter.
Actions