Row action on a table is "Redirect to URL’ with a url of:
/apex/skuid\_\_ui?page={{PurposePage}}&id={{Id}}
Here’s the data in the table’s model for the row:
Here’s the url that’s opening:
/apex/skuid__ui? page= &id=a0R1a000001fyuSEAQ
PurposePage is a ui-only text field that I’m populating with a custom field renderer on Interaction_Purpose__c;
Does the merge syntax for the action process when the table renders, instead of when the action is clicked?
This may be related to: https://community.skuid.com/t/mass-action-redirect-to-url-not-processing-merge-syntax-9ak…