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
6 replies
Subscribers
7 subscribers
Views
3301 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
AI and Rules
Hello, I am trying to create a pickerFieldCustom. I was able to make
issamd
over 11 years ago
Hello,
I am trying to create a pickerFieldCustom. I was able to make one that works when selecting a single result, but what is the best practice or implementation of selecting multiple results?
Thanks....
OriginalPostID-114655
OriginalPostID-114655
Discussion posts and replies are publicly visible
Parents
0
issamd
over 11 years ago
If I want to avoid sending it to a rule, how can I do that? This is what I have:
selectedLabels: if(
or(
rule!APN_isBlank(
ri!value
),
count(
ri!value
) = 0
),
null,
apply(
index(
_,
rule!Q_getEmployeeForPickerByID(
ri!value
).Name_Email_Division,
rule!Q_getEmployeeForPickerByID(
ri!value
).UserID,
ri!value
)
),
value: ri!value,
saveInto: {
ri!saveValueInto
}
)
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
issamd
over 11 years ago
If I want to avoid sending it to a rule, how can I do that? This is what I have:
selectedLabels: if(
or(
rule!APN_isBlank(
ri!value
),
count(
ri!value
) = 0
),
null,
apply(
index(
_,
rule!Q_getEmployeeForPickerByID(
ri!value
).Name_Email_Division,
rule!Q_getEmployeeForPickerByID(
ri!value
).UserID,
ri!value
)
),
value: ri!value,
saveInto: {
ri!saveValueInto
}
)
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data