I am having trouble defaulting a record type id value on a skuid page.
Details
Have a skuid page that is invoked from either Opportunity or Account page & the parameter changes depending on from where the page is invoked
- /UI?Oppid=0064B00000DZB3V (for opportunity)
- /UI?Accid=0064B00000DZB3V (for Account).
The Record Type field in Skuid is set to picklist (field Renderer)
Also have 2 Action branches on the model (On creation of a new row) based on condition
- If ISBLANK({{{Opportunity_Linked__c}}}) = false then default Record type to the Opportunity Record Type Id
- ISBLANK({{{Account_Linked__c}}}) = false then default Record type to the Account Record Type Id
Thanks in advance for any assistance.