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
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