Hi, I have used Javascript code to make a functional call using API. I have stored that value in a variable. Now, I'm trying to use the value to check if the value of variable is greater than static value and if yes, I want to go ahead in further step in workflow. If not, I want to end the workflo...
Hi Everyone, We are encountering an issue regarding datetime in our current solution in both JSSP and Workflow. We are receiving "dd-mm-yyyy hh:mm:ss". However, it seems parsetimestamp or any other functions which is capable to format such datetime data. Can anyone suggest how to use any javascript ...
What is the technical background of Scheduler activity? I'm asking because we had scheduler set for example 3pm daily, and a maintenance break took place from 2pm to 9pm (like build upgrade where nlserver services were stopped). I would have expected that the scheduler would not fire when the servic...
If there is already a SMS API interface for sending mobile messages, How to use the JavaScript in ACC to call a third-party interface to send emails and expose the email sending function written in ACC as a WSDL
Hi all! I have a problem, when try to setup query like this: Table: xkt:workflows XML memo contains ‘<GroupGuidType_operation="none" externalGuid="5d0db763-4191-e664-ad08-de26b2a3faab"/>’ My query returns 1 result ( only the current workflow where the search is being made ), but I know for sure ...
We have notice a sudden drop in Open and Click rates on Transactional Messaging. This drop started in September 2022 and taken 50% drop. We have not changed any templates other than a subject line on one campaign, and we had to change the Web Analytics Connector for the new external account. We are...
Hello community, I generate a delivery with duplicates :email 1, 2 & 3 for recipient A, email 4 for recipient B.An offer or order number differs in each email. In a workflow, how can I retrieve the broadlogid of each email corresponding to the correct offer or order number? Thank you in advance ...
I have a data schema name rec:dailyJokesList that contains fields id, setup, punchline and general and has around 70 records I am running a campaign workflow to send out one joke at a time on daily basis for which I want to access the value of attributes. I wrote this code in query activity and acce...
Hello, I have done a workflow that downloads from an explicit URL, the download works, but i would like to see that file in a file explorer. How can I do it? (I have a hosted deployment mode)