Hi community, We have a workflow and we need to sort the records that come out of an exclusion node by a numeric field in order to assign them a value in a new field according to the order of each record using the rowId() function. How can we sort them? We are unable to find any sort functionality. ...
Hello community, I need to obtain a list of workflows that have been successfully executed in a month. Do you know if there is a way to do this? I am using the workflowlog table, extracting the records that contain the text ‘workflow is being run’ to obtain those that have been executed, but I canno...
Hello community, Within a workflow, we need to extract a list of all workflows that have a query node that have a query node targeting a table called ‘CEP’ in an output so that I can use it downstream of the workflow. Do you have any idea how this can be done? Thanks
Hello community, We working with push channels, including links as follows: We have included the following function in a push delivery in the ‘Application variables’ option for a key with an open value: <% if ( targetData.IDIOMA == “01” || targetData.IDIOMA == “1”) { %>openURL/https://xxxx<% } else ...
Hello community, We are experiencing the following issue: occasionally, when running workflows, we get the following error in some deliveries "ORA-210000 Oracle error: ORA-01555: snapshot too old: rollback segment number N with name "X" too small". These are isolated errors that do not happen always...
Thank you very much for your reply. If there is no other option, we will split them in the workflow into different deliveries, but business users do not like this solution very much for reporting reasons. Is there no way to manage this at the typology rules level or including code in personalization...
Hello community, We have limited the time frame for sending emails to between 21:00 and 8:00. To do this, in the deliveries section, under the scheduling option, in ‘Contact date calculation’, we have included the following formula that allows the sending to be postponed to the enabled hours Iif(Hou...
Thanks @ParthaSarathy, Is there any way to see exactly what rules are applied in bad-quality address typology rule (like the examples that you explain but including all of them) , either from Adobe Campaign or in documentation? On the other hand, that rule is applied on the domain format, is there a...
Hi community, Do you know if there is a way to see how the default filtering typology rules work? In Adobe I don't see the logic and in the Adobe documentation I only see some of them explained very briefly and not all of them, for example I can't find bad-quality address explanation. I am especiall...