Hoppa till huvudinnehållet

Setting the values in a data table using the expression in "AddDataTableColumn" activity

Kommentarer

2 kommentarer

  • Permanently deleted user
    Hi Shana,

     

    I didn't go through your issue exactly, what I understand is that you are trying to add a column to a datatable with spaces in the FielName. I think datatable columns should not allowed with spaces, hence you can replace the spaces with underscores.

     

    Regards,

     

    Mohammad Ashraf 
    0
  • Permanently deleted user
    Update: I replaced the expression with this format, which worked perfectly:  string.format("'{0}'", VARIABLE_NAME)

     

     
    0

Du måste logga in om du vill lämna en kommentar.