Hi Folks, I am working on reporting for the marketing campaigns. However, While using the list with group table editor in the report, I'm getting the below scripts error. This same is working fine in my colleague's machines. Also, from the error, it clearly seems that it is related to console error,...
Hi @Tobias_Lohmann , Thanks for your response. This solves my problem. As the data, I'm storing is for the automation campaign execution. Hence, It doesn't make any difference, if the value is getting displayed as 0 or NULL. As data directly consumed in workflows basis on the actual value conditions...
Hi @Jyoti_Yadav , Thanks for your response. I don't want to bypass the NULL values. If you check my initial post, I want to store the NULL values in the integer field.
Also, the input form won't resolve my case. Because our requirement is store the transaction data into the data, where 0 and NULL has different meanings and purpose.
hi @isahore , Thanks for your response. At DB level it is possible to store the NULL in the integer field. I tried it by inserting the record, and not mapping the integer field in the Update activity mapping. Though, it was showing in the 0 in data schema, data section. But, NULL value was stored in...
Hi Folks, I have requirement from a client where in they want to store the NULL value in the integer field of data schema. For the same, I tried multiple things like dropping the constraint of DEFAULT and NOT NULL from the table field. However, I have observered that the UPDATE actvitiy in the workf...
Hi Folks, we have a requirement wherein, we have to build the custom dashboard for one of a navigation hierarchy of custom schema. Custom Dashboard should be similar to the deliveries dashboard, as shown below. Any document or reference to understand how this can be built? Thanks in advance. Regar...
Hi @Krishnanunni , We have more than direct access to the backend databased, because it hybrid solution. and In database, we can see there are more than 2500 tables starting with table name "WKF". In our campaign, we have more than 10000 workflows. and It is very difficult to check each workflow ins...
Hi @Neo_Dia, You can call your CMS API and store the HTML code response in the instance variable of the workflow. and later on in the delivery activity, write a script to take a HTML code from the instance variable. Below is the sample code. Regards,Nitesh
Hi Folks, Can we figure out the logic of table name which gets created in the backend database when we run a workflow from a frontend console? Previously, we were able to identify the table name using the workflow primary key id. Table name follows the below pattern"WKF<Primary Key ID>%" But, recent...