In Desktop's old Attribute Assistant, you could create a generate ID rule that could keep a consistent width to the integer portion of the ID. So you could have a width of 7 and if the sequence was only 3 numbers, it would add 4 zeros to the left.
I'm trying to migrate a client from Attribute Assistant to Attribute Rules in Pro and I cannot find a way to accomplish this same functionality. In the screenshot you can see how their IDs generated in ArcMap/Attribute-Assistant vs. how I can get them to generate in Pro using the following:
return "ADA-" + NextSequenceValue ("ADA")
where I've named the generated sequence "ADA"

What arcade can I add in to that expression to maintain that forced width?