I’m having difficulty with button actions in V2. In this case I’ll focus on the “Go to URL” action.
I have buttons in my layout that use the action on click, “Go to URL”. They run of inserted fields combined with an existing URL. Here’s an example:
http://sungage.my.salesforce.com/apex/laccallscript?k={{Key_LAC__c}}
When I click the button in Preview Mode, the URL seems to work as evidenced by the text in the lower left-hand corner of the screen. However, the page does not seem to react.
When I right click the button and select “Copy link address” and paste the text into a new tab, the page opens without issue, which means it’s correctly calling the LAC Key inserted via a field above.
My Skuid V1 page uses the same URL in the same manner and it works fine. Is anyone else experiencing this issue?