Hello community, I am trying to include the values of a temporal schema of a workflow in an alert node according to the following Adobe link but it is not working. https://experienceleague.adobe.com/en/docs/campaign/automation/workflows/use-cases/monitoring/send-alerts-to-operators. First, I have cr...
Thank you, As those fields are calculated, I understand that I have to change in the code, as you comment, the target schema by the temp schema. var query = xtk.queryDef.create(<queryDef schema="temp:query" operation="select" lineCount="1"><select><node expr="@toDateField"/><node expr="@countField"/...
Hello community, I have a workflow in which I have added a first query node on the targenting dimension BroadLogRcp and in additional data I have added two calculated fields:one of date on event date to which I have applied the ToDate function to keep only with date, without timeAnother field to cou...
Hello everyone, In a query node in a workflow, I have as target dimension broadLogRCP and I want to filter by those records that have in the event date the date of June 3, but the event date field is of type datetime, how would I define it? Thanks
Thank you very much, It is very useful, we will take advantage of it. And to go a little deeper, that field “XML memo” does not appear if we use a query node with targeting dimension workflow schema in a workflow, Is there any way to get a list of workflows within a workflow that contain external si...
Hello everyone, A question, is there any way within a delivery to stop the sent dynamically according to the number of recipients to be sent? For example, if it exceeds 100k recipients, or if it gives an error or requires approval, but if it is less than 100k recipients, it will be executed automati...
Hello everyone, We would like to get from a query node of a workflow, a list of all those workflows that contain a node of type “external signal”, is there any way to do it? Thanks
Thanks @_Manoj_Kumar_ for the help, but I am sure that this function would be useful. The problem we have is that for example, if we have a workflow planned to run every day at 10:00 with a schedule node and for example it fails and we fix the error at 15:00, if we want it to run again without wai...
Thanks @SushantTrimukheD for your answer, this function will be very useful for us. From here my next doubt would be, that using that, I understand that we set the workflows ready for the next execution, that is, if they have a schedule node, it will run on the next planned date and if it has an ext...
Hello everyone, We have many workflows planned by external signal or by schedule, and sometimes we have errors that cause the workflows to fail, is there any way to rerun the workflows all at once without having to go in one by one and do it manually? Thanks in advance