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日 20: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