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
4 replies
Subscribers
7 subscribers
Views
1876 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
User Interface
Error using column browser component in user form
TJ
A Score Level 2
over 8 years ago
Hi, I am facing an issue while using column browser in one of my user forms. The user interface is working absolutely fine but when i try to map the interface in form, it gives me an error stating- "Variable(s) not found: fv!nodeValue.
I understand that its an internal variable to the component and I have only used it internally.
Please see code below:
a!hierarchyBrowserFieldColumns(
label:"Label",
firstColumnValues:local!category,
nodeConfigs:{ a!hierarchyBrowserFieldColumnsNode(
id: fv!nodeValue,
label: fv!nodeValue,
image: a!documentImage(
document: a!iconIndicator(
icon: if(
contains(local!firstNode, fv!nodeValue),
"PREVIEW",
"DOC_GENERIC"
)
)
),
isSelectable: true()
)},
nextColum...
OriginalPostID-231491
Discussion posts and replies are publicly visible
Parents
0
TJ
A Score Level 2
over 8 years ago
Thanks buddy! You Rock :)
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
TJ
A Score Level 2
over 8 years ago
Thanks buddy! You Rock :)
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data