First, remove CurrentValue
from within the FormulaMap.
Just [Add These].FormulaMap(AddRow(...))
.
Secondly, there’s still a bug with CurrentValue within AddRow. It will work, but the formula will report as broken. See here:
If you’re just inserting CurrentValue, you can ignore the error, the action will work correctly. But if you need to dereference columns from CurrentValue, use the _Deref()
trick mentioned there.