I’m new to workflows! I am trying to set up a workflow that extract data from SFTP, adds to contacts, and emails a survey.
It reports success
But looking closer, it did extract the 3 (test) records
{ "actionId": "OCAC_ej5l8oghnSklrdh", "exports": { "CDAP_WorkerEndTime": "Tue Dec 17 20:03:31 UTC 2024", "CDAP_WorkerExecutionTime": "3s", "CDAP_WorkerStartTime": "Tue Dec 17 20:03:27 UTC 2024", "NumberFilesToImport": 1, "NumberRowsToImport": 3, "deletedFilesSFTP": F "TestWorkflowDaily.csv" ], "importedFilesSFTP": F "TestWorkflowDaily.csv" ] } }
but did not actually add them to contacts. It sent 3 “failed” emails to 3 blank email addresses
Any help greatly appreciated!