When trying to pick a group using a group picker from my Android device (either

When trying to pick a group using a group picker from my Android device (either my tablet or smartphone native Android application), the Appian application stops. However, I'm able to successfully submit the form from the Web Browser, as well as my Apple iPad. I recently found out that this is a known issue. Instead of replacing the group picker with a dropdown field, is there any other way to get the group picker to work on Android devices?

Definition for one of the pickers is as follows:
a!pickerFieldGroups(
label: "To",
labelPosition: "ABOVE",
maxSelections: 1,
groupfilter: cons!CC_ALL_DEPARTMENT_GROUP,
value: if(
isnull(
ri!correspondence_cdt
),
null,
apply(
fn!topeople,
apply(
rule!CC_transformTextToUserOrGroup,
ri!correspondence_cdt.toUserOrGroups
...

OriginalPostID-168106

OriginalPostID-168106

  Discussion posts and replies are publicly visible