The community member has 7 variables used for lead scoring and needs to determine which variable has the highest score. A community member suggests using a Set variable block with the scores and then using the reduce() method to find the maximum value.
I have 7 variables used for lead scoring. At the end of the flow, I meed to determine which variable has highest score and declare the result. Whats the best way to do this?