Skip to main content
Nintex Community Menu Bar
Question

Can I use merge syntax in a button action to create a new row?

  • July 10, 2024
  • 4 replies
  • 26 views

Forum|alt.badge.img+3

On a button’s actions, I want to create a new row where one of the fields is set to a parameter that is passed to the page by URL. Can I use the {{$Param.label}} merge syntax to set this value?

This topic has been closed for replies.

4 replies

Forum|alt.badge.img+20

Yes. Merge Syntax allows for this.


Forum|alt.badge.img+3

Is this also true if the URL parameter is being passed through a Page Include? The actions I have in the screenshot are not working when the parameter comes from a page include. Works fine if I go to the page directly. I did confirm that the yieldid value is being passed correctly on the page include.


Forum|alt.badge.img+20

Unfortunately, Page Includes don’t pass page URLs.


Forum|alt.badge.img+3

Ahh.  That explains it.  I’ll go a different route…  Thanks.