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
10 replies
Subscribers
9 subscribers
Views
3316 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
General
I am trying to use with function on process dashboard, i tried very simple expre
ajinkyab277
Certified Lead Developer
over 11 years ago
I am trying to use with function on process dashboard, i tried very simple expression
with(
local!testval:"this is sample Text",
local!testval
)
but its giving the error
EVAL"@reason=index
...
OriginalPostID-105518
OriginalPostID-105518
Discussion posts and replies are publicly visible
Parents
0
ajinkyab277
Certified Lead Developer
over 11 years ago
Hi rajat,
I have tried following two code sniplet but this time also same error.
Example 1
load(
local!testval:"this is sample Text",
tostring(local!testval)
)
Example 2
with(
local!testval:"this is sample Text",
a!textField(
label:"test value",
value:local!testval
)
)
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
ajinkyab277
Certified Lead Developer
over 11 years ago
Hi rajat,
I have tried following two code sniplet but this time also same error.
Example 1
load(
local!testval:"this is sample Text",
tostring(local!testval)
)
Example 2
with(
local!testval:"this is sample Text",
a!textField(
label:"test value",
value:local!testval
)
)
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data