My flow gets data and one piece that is needed comes in a number format which we need to convert to group to make it readable to the end user. The data can come in as an integer 1-360 and then that needs to be converted to a group. Example
1-15 = Group A
16-30 = Group B
and so on.
I do not want to have a switch with 300+ options.