Hello all!
I am really stuck here and am hoping that someone can assist with my issue. I am working on migrating a workflow from SharePoint Designer that currently calculate the cost of life insurance for an employee. The insurance costs are based on the age range you fall into. I have already calculated the age successfully and have it saved stored in a variable called 'EmployeeAge'. Here is an example of the ranges:
Age Range | Rate |
Under 25 | 0.09 |
25-29 | 0.08 |
30-34 | 0.09 |
35-39 | 0.11 |
If I have an employee that has an EmployeeAge of 28, I need the Rate variable to updated with .08.
Does anyone have an idea of how to accomplish this cleanly? I know of a formula in excel for this and was trying to figure out how to replicate this functionality and store the age range in a variable and then add a Switch to set the Rate variable.
=LOOKUP(B2,{0,"0-24";25,"25-29";30,"30-34"})
I appreciate the help!!
~Kayne
Hi @kkreitzer
I have a long and dirty workaround for you that is easy to implement and undersatnd. You can create nested if conditions and manipulate variable values to get the appropriate rate. Please see the screenshots below and replicate:
I have an nteger variable that is the age and a float variable that is rate and using nested if condtion actions, i am setting the value of the rate variable.
Hope this Helps!
If this reply has answered your question or solved your issue, please mark this question as answered. Answered questions helps users in the future who may have the same issue or question quickly find a resolution via search. If you liked my response, please consider giving it a thumbs up. THANKS!
Hi @kkreitzer,
Currently, there is no function that can partition Numbers in flow like excel. You can refer to the following flow to establish three conditions, which can divide Age into different data segments, then you can set the rate according to the Age.
Please have a try, hopes it can help you.
Best Regards,
Community Support Team _ Lin Tu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Dive into the Power Platform stack with hands-on sessions and labs, virtually delivered to you by experts and community leaders.
Watch Nick Doelman's session from the 2020 Power Platform Community Conference on demand!
User | Count |
---|---|
45 | |
41 | |
36 | |
36 | |
22 |
User | Count |
---|---|
40 | |
35 | |
28 | |
27 | |
27 |