Hi @krishnakanth_patnaik_cc ,
You can try to write a script in typology rule - To search for <amp-img> and replace it with <img>.
Also, you can drop this as a product idea / enhancement in IDEAS section.
Hi @LAR1985 ,
You can create a Query to select all the Paused workflows which you need to restart. Then have a JS and write a QueryDef (Links provided in pervious replies) and have the below script to restart the workflow and execute the pending task of the scheduler
To Restart the Workflow:
xtk.wor...
Hi @RebeccaWozniak ,
Yes - Its is designed in such a way - 'marketing message always honors quarantine but servicing message would allow for emails previously quarantined to send'
Because Logically if a Recipient who has a quarantine address tries to 'Reset the password' or to Get a 'OTP' - Then a s...
Hi @at7140 2,
To remove the email address from Quarantine, Go to /Administration/Campaign Management/Non deliverables Management/Non deliverables and addresses/ and search for the email and mark the status as 'Valid'.
To test exclusion log schema, create a test record with No email address specified...
Hi @Sanjana12 ,
Create a Workflow and In query select the targeting dimension with the schema you want to create the list, and apply filtering condition. Then add all the columns that you want in your list in 'Edit additional data'. After Query, have a 'List Update' Activity and configure the list f...
Hi @jkkkkkkkkkkkkkkkkk ,
If you're asking about adding the column name in list view,- Extend the nms:core navigation hierarchy and add the attribute which you need to display in default configuration list,
Hi @at7140 ,
You can create a single package, add all 3 of your typology and all its depending typology rules in the same package and export it.
Or if the typology rule is used in multiple typology which is not there in another instance, then you need to follow below approach,
First export the typol...
Hi @MufeezLa2 ,
If you reconciling with enrichment, add primary key of recipient schema in output column. The unreconciled data will be having 0 as values for recipient primary key. Use a split to get this data.
You can refer this import workflow as example, 'Primary key not equal to 0' are the unre...
Hi @JamesGr18 ,
This depends on the business use cases. Either you can figure it out the inavtive audience by filtering the audience who doesn't have any engagement history in 2 or more years, or audience who has opted out from all channels and no longer wanted to be communicated via any channel.
Hi @god_prophet ,
You can use the below logic to solve it,
Fetch all records from Query and exclude the records from data loading activity. In exclusion activity set primary set as 'Query' . And now Delete the result records with Update data activity. (Test the above in lower environment)
This is...