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
7 subscribers
Views
3067 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
User Interface
richTextImage
rajashekarv
over 8 years ago
not able to render the image documents when we use richTextImage function - seeing an cross mark as the image -
a!richTextImage(
value:{
a!documetImage(
document: xxdocumentNamexx
)}
)
OriginalPostID-230951
Discussion posts and replies are publicly visible
Parents
0
kumaraveln
over 8 years ago
First there is a spell error in a!documentImage. Hope you are taking the document from a constant or using a rule input variable of type Document here. Providing the document name as text wont work here. Are you using it within a rich text component? Something like this,
a!richTextDisplayField(
value: a!richTextImage(
value: {
a!documentImage(
document: xxdocumentNamexx
)
}
)
)
If yes and still issue exist, please paste your complete code.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
kumaraveln
over 8 years ago
First there is a spell error in a!documentImage. Hope you are taking the document from a constant or using a rule input variable of type Document here. Providing the document name as text wont work here. Are you using it within a rich text component? Something like this,
a!richTextDisplayField(
value: a!richTextImage(
value: {
a!documentImage(
document: xxdocumentNamexx
)
}
)
)
If yes and still issue exist, please paste your complete code.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data