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
3131 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Data and Records
Hello all, I have been trying to use rule!APN_uiImageFieldFromUrl(
fabienb
A Score Level 1
over 11 years ago
Hello all,
I have been trying to use rule!APN_uiImageFieldFromUrl(
sourceURL: rule!APN_getDocUrl(1271)
)...
OriginalPostID-78186
OriginalPostID-78186
Discussion posts and replies are publicly visible
0
fabienb
A Score Level 1
over 11 years ago
Sorry wrong manipulation. So...
I have been trying to use the rule!APN_uiImageFieldFromUrl. It does work in the web browser but I received an "invalid image error" in Android. Has anyone experienced the same behavior?
Best regards
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
Sathya Srinivasan
Appian Employee
over 11 years ago
I have noticed this behavior. Instead of pointing to the image from the document repository, point it to an image that's publicly available. for e.g.
yourcompany.com/.../img.jpg
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
fabienb
A Score Level 1
over 11 years ago
Thank Sathya for your reply, I will go with your workaround. I suppose that it has been already reported to the support , hasn't it?
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
revat.anandsongkit
Appian Employee
over 11 years ago
Fabien - It seems like you are using the syntax. Instead of sourceURL: it should be sourceUrl: So your final rule will look like this:
rule!APN_uiImageFieldFromUr9
sourceUrl: rule!APN_getDocUrl(1271)
)
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
revat.anandsongkit
Appian Employee
over 11 years ago
Correction -
rule!APN_uiImageFieldFromUrl(
sourceUrl: rule!APN_getDocUrl(1271)
)
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
fabienb
A Score Level 1
over 11 years ago
Hello Revat. Thank you for your help. I have just tried your proposition but I got the same results, ie it is working in IE but not in android. Is it working fine for you?
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
revat.anandsongkit
Appian Employee
over 11 years ago
images are currently not supported on mobile.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
fabienb
A Score Level 1
over 11 years ago
Do you mean that Sathya's workaround will not work?
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
revat.anandsongkit
Appian Employee
over 11 years ago
Sathya's approach should work.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
Sathya Srinivasan
Appian Employee
over 11 years ago
This is already in Tech's radar.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel