Hi @AnasSpir05 , Instead of trying to call the variables directly(replace last 3 lines with below), try using for each loop and print them as below: for each (var row in queryResult){logInfo("data printing "+row.data);}
Hi @AnasSpir05 , Please check the below part given in your code highlighted in yellow colour: It should be having "@data "instead of "data" . Please cross check this and run it again. Regards,Pravallika.
Hi @Dandrews2 , It is possible to get the count of records at the first line of the file. Please follow the below steps after the Data Extraction (File generation). Example Workflow After the File generation please add these 3 unix commands to add the header to the output file. var result = execCom...
Hi @MarianaSimoes2021 , There was some links that points to inexisting tables,Please delete/Clean them, It will work. Syntax: DROP INDEX <dbindex>; (Execute this SQL Code in SQL Code execution activity.) Regards,Pravallika.
Hi @michellel1140 ACC UI Can be set to French, German and Japanese if the client console and the server must be set with the same language(ie, if you want to have French UI, the server also must be set to French Language). It also means that each Campaign instance can only run in one language as p...
Hi @parmeshwarr3905 Even though you have tried to delete the column from the Transition. ultimately that particular column will be present in the List if the List gets reappended for the next run.It will default be updated to Blank even if data do not exists in the Transition (or) exists with Blank...
Hi @Sanjana12 It means that we need to make sure that all the transitions to the next activity should have same Targeting Dimension and Filtering Dimension can vary, it means that all the transition data's should be of same type so that We can do operations like Split, Union, Intersection etc as pe...
Hi @inamw21812872 , Please do the below Steps: As you are facing issue due to duplication of index, firstly drop the index which is already there on Schema. drop index <schemaName_id>; Next try removing the existing Primary key where internal attribute is defined. Next try changing the primary key ...
Hi @Shrutii , The Function formatDate(optout.@OPT_Date, "%4Y-%2M-%2DT%02H:%02N:%02S") + "+00:00", will given the Output in a Workflow when a variable is set to that above Value then the Output will be "YYYY-MM-DDTHH:MM:SS+00:00" Example Data for todays Date and Time:2023-05-22T16:22:15+00:00 Regard...
Hi @RajatPanwar , Yes, if the previous data before changing composite key is not unique as per latest Composite key, either u can update the newly added primary key column to get the Unique key combination or delete the data. Regards,Pravallika