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
11 replies
Subscribers
7 subscribers
Views
3975 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
User Interface
Selection Task Ids giving Error on SAIL
rishub
over 8 years ago
Hi All,
I am trying to get a UI where I can select multiple Task Ids, so I created an all tasks Report with Task Ids. The reportshows fine until I add selection part to report. As soon as I am adding the identifier & selection part, I start getting error: Interface Definition: Expression evaluation error at function a!gridField [line 119]. Can anyone guide me about the issue? Thanks
Attached is the SAIL Code
OriginalPostID-259604
task_selection.txt
Discussion posts and replies are publicly visible
Parents
0
Ramesh Gudipati
over 8 years ago
Can you update
local!gridSelection: a!gridSelection(
pagingInfo: a!pagingInfo(
startIndex: 1,
batchSize: 25
)) to
local!gridSelection: a!gridSelection(
pagingInfo: a!pagingInfo(
startIndex: 1,
batchSize: 25
),
selected:{}) and try.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
Ramesh Gudipati
over 8 years ago
Can you update
local!gridSelection: a!gridSelection(
pagingInfo: a!pagingInfo(
startIndex: 1,
batchSize: 25
)) to
local!gridSelection: a!gridSelection(
pagingInfo: a!pagingInfo(
startIndex: 1,
batchSize: 25
),
selected:{}) and try.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data