So, Im creating a pretty complex financial funnel, but im a newbie in active pieces. The software is incredible but i have a problem that i couldnt seem to find a solution for in the documentation. Once a step is created, it outputs a system slug, which is fine. The problem with a complex funnel is that occasionally i change logic, move steps around, create steps above or below, change them to loops etc. and the system slug, because its just a creation aggregator, keeps ticking up and doesnt dynamically change with the written step number. Referencing a dynamic input from a step block inputs the system slug into the raw or json body which for debugging makes it a nightmare task separating the logic of my numbered steps with how the system slugs are numbered. My workaround currently is just to have an excel sheet with a table of my steps and their corresponding system slugs. My question is this: Is there a way to systematically reset the slug step numbers? Or in loops or routers to change them to something like ‘step_20a’ ‘step_20b’ etc etc so that the dynamic reference of the system slug matches the current numbered position of the step block? Import and export doesnt do it, but there could be a toggle or button or some ish that im not aware of. Would be super helpful if anyone knows