Hello, I'm trying to work on a flow that gets results from a microsoft form. Then I get items such as the locations and approval level using a sharepoint list. However each location has different managers and vp's. Then there is an approval process that is determined by the cost amount entered from the form. I have a few issues however.
1. I have reached a nesting limit when doing the approval workflow. For example, if the cost is more than $200,000 the flow is this manager > budget owner> vp > svp > cio > cfo > ceo. Is there a way to get the approval process working without using if/else conditions
2. The cost variable is a float so i can't make it to an integer which is why i'm not using switch cases. Is there a way to make this entire flow simpler?