Hi Derrick,Are you trying to add an additional field to seed which will not be linked with recipient information?If, yes you have to configure your schema like below:and input form will look like thisIf you are adding additional data at recipient/custom table level then it will be likeand input form...
Hi,Have you saw this page: Using seed addresses I am assuming you have missed this step:Then copy the following lines and paste them under the Seed to insert in the export files element. <element aggregate="abc:seedMember:common"> </element>Regards,Amit
You have already found a quick fix, but I can recommend two other options.Option 1: Have you seen Event enrichment option for message center?Note:This step is only available if you have purchased the enrichment option: please check your license agreement.Enriching an event means adding to its descri...
Hi Ankur,it's not very clear from your question what you want. can you share the workflow and highlight what you need?are you uploading file resources or some csv file?regards,Amit
Hi David,It's strange, Can you send me your Delivery schema and input form in a personal email at amitdeol@outlook.com?I will try to execute that on my local system and I will respond back.Regards,Amit
Hi,You have to do something like this. <container> <input.....> <enter name="onChange"> <refresh/> <setModified/> </enter> </input></container>Regards,Amit
Hi Gokul,As Florent mentioned that there is no OOTB way to export the data back to FDA, but there are few options that you can implement.Option 1: Create an extract csv file for data segment you want to export and use FTP to transfer that file to the external server and use that file to import that ...
Hi Arif,It's not how you use a for each loop! Use something like belowvar AlertEmail = xtk.queryDef.create( <queryDef schema={vars.targetSchema} operation="select"> <select> <node expr="@id"/> <node expr="@state"/> </select></queryDef>);var strUnActionedWorkflow = AlertEmail.ExecuteQuery()...