Hello All,
we have created workflows where we are creating output files in sharepoint from input files. we are sending these output files through email to recipients.
we are grouping files based on subject lines. so email tool should seperate email for each subject line and attach files assigned to that subject line.
When we tested this in Alteryx designer, email tool sends email for first row where all three attachment was available and it did not send email for second row
where one attachment is missing. Please refer below screenshot.
But when same workflow published to Alteryx server with same use case, first row has all attachment and second row has one missing attachment. and workflow ran on server, it did not send email for second row(which is correct) but also not sent email for first row(ideally it should be sent as per designer results).
Can someone please clarify what is the reason for this different behaviour in designer and server.