Hi,
I have a scenario where I need to go to different webpages on clicking the card links below. While some take to other oracle pages, some go to external websites. How do I reference the link that I generated within the select statement of card generation
decode(wc\_program\_id, 2, 'https://valleywater.dropletportal.com/',
49, apex\_page.get\_url(p\_application=>1316))link\_url,
I tried to reference the link_url under Actions of Card using both #link_url# and without # but that didnt work.


Thank you for your help.