Question
I want to use a!safeLink() function. The uri keyword of that function uses SafeURI type. How do I cast a text string to a safeuri type?
Hi,
a!safeLink(
label: "RPA",
uri: cast(
'type!{www.appian.com/.../2009}SafeURI',
"">XXXXX.appiancloud.com/.../nodes.xhtml",
),

Regards
