So as shown in the above image iam using safelink() function for the buttons "Recruiter" and "Vendor" , etc... and i gave the web address of another site, but when i click on the button iam getting no response as if the button is just a dummy button, it is doing nothing. Have i made any errors in configuring the safelink function. Please someone guide me through it.
Discussion posts and replies are publicly visible
Buttons do not support links.
As per the Appian UX guidelines, use buttons for taking action, and links for navigation.
docs.appian.com/.../ux-buttons-vs-links.html
You cannot directly add a link to a standard a!buttonWidget(). However, you can use a!cardLayout() as a clickable button alternative by configuring its link property with a!safeLink().https://docs.appian.com/suite/help/25.2/sail/ux-card-layout.htmlThis approach allows you to create interactive elements that navigate to external URLs
Buttons cannot have links! Check the description of button layout for allowed configurations. Also for links use a link field or other components that have links attribute like richtextdisplayfield(), cardlayout(), etc.
I highly recommend you to complete Appian Training paths in Appian Academy to better understand the basics of Appian design objects and SAIL components!