Hi All,
I need to pass a Safe URI to source parameter of webContentField component and that URI is generated using web API.
Problem here is when I am using the URI generated from web API it throws below error:
"Interface Definition: Expression evaluation error at function a!webContentField: A web content field [label=""] has an invalid value for "source". Source may not be an internal Appian source. Received: mydev.appiancloud.com/.../YoU0wA."
How can we pass the URI that is Internal to webContentField?
Thanks in advance
Regards,
Trunal Jain
Discussion posts and replies are publicly visible
Like Stefan said, this is not supported. Can you provide more context on what you're trying to do though? There might be other possible solutions that don't involve pointing to a Web API.
Hi Peter,
I am trying to execute certain piece of html code that is part of script tag inside body. Through that I am trying to embed chat functionality developed by other system on Appian screen.
That would require a component plugin.
docs.appian.com/.../component-plugins.html