Hey guys,
I am stuck with a flow for a client and would really appreciate your help. So the flow contains multiple variables and their values are numbers.
So we want to rank the variables from highest to lowest and use the highest and second highest value in the rest of the flow. I have been able to calculate the highest and second highest value but I am stuck with the bleow:
The output of the sorting function only provides me with the variable value (which is numbers). Instead of that, I just want to recall the name of the variable. How do I map the highest value back to it’s variable name?