Skip to main content
Nintex Community Menu Bar
Question

What is the format for Skuid Mobile Tap Action URL

  • July 9, 2024
  • 1 reply
  • 3 views

Forum|alt.badge.img+6

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

This topic has been closed for replies.

1 reply

Forum|alt.badge.img+17
  • Nintex Employee
  • July 9, 2024

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.