Hi,
a!safeLink( label: "RPA", uri: cast( 'type!{www.appian.com/.../2009}SafeURI', "">XXXXX.appiancloud.com/.../nodes.xhtml", ),
Regards
Discussion posts and replies are publicly visible
Use below code and keep in mind that only http, https, ftp, tel, and mailto schemes are compatible for SafeURI.
cast( type!SafeUri, ">XXXXX.appiancloud.com/.../nodes.xhtml" )
Thank you Sanchit - that sorted it out
There is no need to type cast this. But it has to be a valid URL.
Thanks Stefan - that makes it so much easier, but going with safeuri anyway
It makes literally no difference - i'm not sure why you're worrying about this, honestly.