Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Not Answered
Replies
5 replies
Subscribers
7 subscribers
Views
2231 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
User Interface
When trying to pick a group using a group picker from my Android device (either
gauravg568
over 9 years ago
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
Parents
0
Rahul Gundu
over 9 years ago
Hi Gaurav,
Instead of dropdown, try with a!pickerFieldCustom component with proper logic. The component will work like a group picker.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
Rahul Gundu
over 9 years ago
Hi Gaurav,
Instead of dropdown, try with a!pickerFieldCustom component with proper logic. The component will work like a group picker.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data