A Salesforce CLI Plugin designed to pinpoint deviations from Industry Best Practices in Salesforce Flows, ensuring standards of business automation excellence.
Hi, this rule UnusedVariables shows falsely a variable used inside the Filter element as an unused.
{
"flowName": "Partner Portal: Lead Partner Reassign",
"ruleName": "UnusedVariables",
"description": "Removing unconnected variables which are not being used by the Flow makes your Flow more efficient and maintainable.",
"details": {
"name": "currentItem_Filter_Active",
"type": "variables"
}
},
Thank you. As it turns out collectionProcessors is part of the unofficial flow components. These are currently not supported. I will be looking into how much effort is required to support these components.
Hi, this rule
UnusedVariables
shows falsely a variable used inside the Filter element as an unused.and this is the usage of the variable