I have a Skuid Page that I have placed on a Lightning Page.
The Page has a Table with a Row action that includes an Action Type Run Data Source Action.
The Action is Apex and includes several invocable variables used to pass data from the skuid page to an external system.
This is functioning beautifully when I view it in Preview, but when the button is clicked from the Skuid component on a lightning page, it does not work.
I checked the XHR logs on the page from both the preview and the lightning Page.
The results were different and confirm that the apex action (SendParameters) is not occurring from the lightning page.
Here are the XHR Logs I’m getting in both scenarios:
Any help would be greatly appreciated.