Hey guys.
I'm trying to replicate an Excel based Erlang calculator in Alteryx. Erlang is a formula to identify the number of staff needed in a call center to handle the expected volume of calls while maintaining a target service level. I'm almost there, but need some help looping through the workflow.
My input data shows the number of calls expected (offered) by half hour intervals and then calculates the number of agents needed to answer them.

The next step is where I'm struggling. I need to check the Service Level (SL) against the Required Service Level (RSL) and if SL < RSL then add one to the number of agents required and run through the formula again, until SL >= RSL, looping as in the screenshot below.
