Support Article
Unable to select a value from autocomplete
Summary
The Activity Status Error page displays on selecting a value from autocomplete.
Error Messages
In Logs:
com.pega.pegarules.pub.clipboard.InvalidValueException: PropertyValueInvalid ValorMinText .pegaToDouble() Invalid number format (was undefined)
at com.pega.pegarules.pub.clipboard.PRStringFormat.pegaToDouble(PRStringFormat.java:747)
at com.pega.pegarules.pub.clipboard.PRStringFormat.pegaToAny(PRStringFormat.java:853)
at com.pega.pegarules.data.internal.clipboard.ClipboardPropertyImpl.getNativeValue(ClipboardPropertyImpl.java:3157)
at com.pega.pegarules.data.internal.clipboard.ClipboardPageBase.getValue(ClipboardPageBase.java:1829)
at com.pega.pegarules.data.internal.clipboard.ClipboardPageBase.getDouble(ClipboardPageBase.java:1866)
Steps to Reproduce
- Configure an autocomplete with a datapage as the source
- Run the data transfer action as the click event
Root Cause
A defect or configuration issue in the operating environment. Error occurs since a Double property value is set with a Text property value in a data transform.
Resolution
Perform the following local-change:
- Type caste the text value to Double
- Assign the value to Double in the data transform
Published August 19, 2019 - Updated December 2, 2021
Have a question? Get answers now.
Visit the Collaboration Center to ask questions, engage in discussions, share ideas, and help others.