Hi Everyone, I'm learning input forms. I'm facing error while i try to create new data in personalization field. Schema code:<element label="Personalization values" name="personalizationValues"><attribute label="content" name="content" type="string"/></element> <key name="personalizationValues"><key...
Hello everyone,I'm attempting to create dynamic deliveries containing personalized attachments and HTML content for each recipient. I've tried achieving this by selecting depending on recipient profiles in delivery, but I haven't been successful in testing it.So, I've decided to use JavaScript inste...
Hi @DishaSharma , You can use delivery code from the recurring delivery along with the condition mentioned below,I hope this helps, Regards,Sujith Kumar.
Hi @Akila4 , Let this be your JSON data,Flow structure:Query > Js Code Query Activity:Condition: primary key is not emptyJs activity:var que = xtk.queryDef.create(<queryDef schema={vars.targetSchema} operation="select"><select><node expr="@address"/><node expr="@addressType"/><node expr="@addressSta...
Hi @dmoorethree , Split should work fine when u use random sampling. Are you facing any issues still? Can you please mention what is the exact output you are looking for? Regards,Sujith kumar
Hi everyone,I'm trying to figure out if there's any way to add personalized attachments in email deliveries.I have 5 recipients, and for each recipient, a file will be created separately. I need to attach the file to my email delivery. The files have been created, and I need to attach them to my de...