What is the format for Skuid Mobile Tap Action URL

If I could load a desktop Skuid page base on the record Id, what would be the URL format for the action type -> Go to URL section?

Thanks

I think the {{Double Braces}} around Id is messing you up.  When it is used,  we attempt to inject all our field renderer code,  which completely breaks your Link.  To get your link code to work use {{{Triple Braces}}} -  which just injects the raw data.   I think the double braces around {{$Param.retUrl}} should be fine.