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
7 replies
Subscribers
9 subscribers
Views
2990 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Data and Records
How do you make a column in a gridField link to a specific record when the recor
reginaldm
over 9 years ago
How do you make a column in a gridField link to a specific record when the recordType is expression backed?
I've tried a few things, but it has only worked once, which was a fluke.
If images are needed for a better understanding, let me know.
OriginalPostID-173252
OriginalPostID-173252
Discussion posts and replies are publicly visible
Parents
0
Chris
over 9 years ago
I ran into this issue as well when linking to an expression-backed record in feed posts as well, the resolution was to wrap the record identifier in tostring() - that might work for your case as well. The solution to my use case was essentially:
=a!toRecordIdentifier(cons!RECORD_CONSTANT,tostring(pv!CDT_var_here.uniqueId))
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
Chris
over 9 years ago
I ran into this issue as well when linking to an expression-backed record in feed posts as well, the resolution was to wrap the record identifier in tostring() - that might work for your case as well. The solution to my use case was essentially:
=a!toRecordIdentifier(cons!RECORD_CONSTANT,tostring(pv!CDT_var_here.uniqueId))
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data