Skip to main content
Nintex Community Menu Bar

I am merging a field into a script.

{{Video_Unique_Id__c}} is equal to w4rx51kbzw

Three scenarios. The first 2 work the third does not

Scenario 1

 
]

Scenario 2

 

Scenario 3 (fails when I try to merge the {{Video_Unique_Id__c}} in the second to last field

 

![](upload://z1hBndMxGoh8jErfqhNlAp0P6WJ.png "Image: https://d2r1vs3d9006ap.cloudfront.net/s3_images/1653083/RackMultipart20170922-29806-2826b0-1_inline.png?1506073998")

Here is what happens on the third.

https://drive.google.com/file/d/0BzBJWINUVfkvbEVYNXQ1ZElrOW8/view

Bill,

I think you are using the Template component for these merges.  If so, make sure that you have set a Model for the component.  If you do not set a Model, Skuid has no way to determine what data to merge into your {{Video_Unique_Id__c}} field.

The second thing I recommend is to use the triple mustache to reference you ‘id’ field:

{{{Video_Unique_Id__c}}}

Since you are trying to build an html link, you don’t want Skuid to accidentally apply any other formatting to the ‘id’.  You just want the ‘raw’ value.

Thanks,

Bill