Is it possible write a script that can review a sheet's ability macros to learn the id's of repeating items and rewrite the macro substituting their appropriate id? Problem: Currently, many sheets have ability macros that use the old repeating row naming schema "repeating_foo_X_..." where X is the row number. This will no longer work since the new naming schema requires including " $ " in front of the row number or use the row's id. The " $ " still seems "generic" in nature and with the Devs eluding to the ability to re-order/arrange repeating rows in the future wouldn't it be better to use a rows id?