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
2 replies
Subscribers
6 subscribers
Views
1809 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Process
Running into tricky error. Problem: An invalid expression has been
mikec
over 11 years ago
Running into tricky error.
Problem: An invalid expression has been encountered in a task.
Details: Invalid Cast: Cannot cast from type 'Boolean' to type 'Date' (Data Inputs)
Recommended Action: Check the expression including any function requirements and resume.
Priority of this problem: High Priority
Any ideas on what causes this?
...
OriginalPostID-80050
OriginalPostID-80050
Discussion posts and replies are publicly visible
0
Alicia-Jane Dunn
over 11 years ago
Mike, Can you provide an example of your expression? It appears the expression is returning a Boolean value, when the desired and required format is a Date.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
Sathya Srinivasan
Appian Employee
over 11 years ago
From the error, it seems you are trying to treat a Boolean variable as a 'Date' variable in an expression. I would look into the corresponding rule and make sure the value passed is of the correct data-type. Test the rule from the rules interface first. If that works as expected, check the data type you are passing into the rule (from the process). Hope this helps.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel