Not sure if this is the best place to put a bug, Ive re-reated the same error now twice in Rule Machine but copying and then trying to paste the snippet in the same rule
- Copy the entire action block
- Paste
- Error screen
An unexpected error has occurred trying to load the app. Check Logs for more information.
Error Page
Error: No signature of method: java.util.ArrayList.replace() is applicable for argument types: (java.lang.String, org.codehaus.groovy.runtime.GStringImpl) values: [#, 11] Possible solutions: reverse(), replaceAll(java.util.function.UnaryOperator)
Log
app:6512022-06-10 08:24:25.184 pm errorgroovy.lang.MissingMethodException: No signature of method: java.util.ArrayList.replace() is applicable for argument types: (java.lang.String, org.codehaus.groovy.runtime.GStringImpl) values: [#, 11]
Possible solutions: reverse(), replaceAll(java.util.function.UnaryOperator) on line 2875 (method selectActions)
app:2892022-06-10 08:21:20.898 pm errorgroovy.lang.MissingMethodException: No signature of method: java.util.ArrayList.replace() is applicable for argument types: (java.lang.String, org.codehaus.groovy.runtime.GStringImpl) values: [#, 8]
Possible solutions: reverse(), replaceAll(java.util.function.UnaryOperator) on line 2875 (method selectActions)