Skip to main content

Hello,

I am using the placeholder in an Automation's SQL Query, prompts it when deploying the JSON Package but it does not populate with the value I fill it with, and maintains the placeholder string.

Maybe this is not supported? eventhought the documentation says it does.

Thank you for your help

답변 3개
  1. 2023년 1월 23일 오후 8:19

    Hello @Daniel Garcia-Gurtubay. What does the SQL query look like that you packaged? Can you try using the string below in the SQL activity that you package. I am thinking the '|label:CommCode' is causing the issue. I was able to test the below and have the custom field value written when I deployed the package but it errored when I used the full string that you had in your screenshot. 

     

    '{{mcpm:CommCode}}'

0/9000