Webhook to teams

Guess I'm doing something wrong, since I followed this example

 

https://www.matillion.com/resources/blog/webhook-post-component-now-available-in-matillion-etl-release-1-48

 

This is the webhook json code :

 

{

"text": "** {{pv_jobname}} ble kjørt ferdig med følgende info:** \n \n \n Status: {{pv_status}} \n Tid: {{pv_duration}}. "

}  

 

Exporting system data to job variables.

 

 

Then get the variable values and put them in payload variables:

 

 

 

This is the result:

 

 

The job variables does not seem to get any values. Any tips to what I’m doing wrong?

 

Ok. So I removed all variables in the webhook task and put them up again, and added a $ to the varable name

 

pv_jobname, ${vcomponent}, pv_status, ${vstatus}, pv_duration, ${vduration}

 

Instead of an error message: Missing values. It goes green. Well I fixed it myself.