Hello,
I may be missing something obvious here, but I'm using an "Action" on the new Cards region in Apex 20.2. I'd like to have the button "Redirect to URL" with the "Target" being a column in the SQL.
I've entered the target in the usual way, with the column name surrounded by "#". In this case, "#URL_LINK#". However, this does not seem to pick up the value in that column in the SQL report.
Is there a different way of achieving this now?
SELECT distinct
'test' AS OG_REF,
'test' AS ORG_NAME,
'test' AS PASSWORD,
'https://www.google.com' AS URL_LINK,
'test' as SUBTITLE
FROM
dual
card_action.PNG (13.25 KB)Appreciate any insight