Hi, when going into the sent items folder, some of my users get this error code 3 - Host not found error. The sent items has this instance name:
if(string-length(${No_Billet})<1,concat("<font color='red'>",${Code_jour}+" - "+${uniqueID}+" "+${Camion_id}+" "+${Manifeste_id}+" "+${Site_Elimination},"</font"),concat("<font color='blue'>",${Code_jour}+" - "+${uniqueID}+" "+${Camion_id}+" "+${Manifeste_id}+" "+${Site_Elimination},"</font"))
Where i have the included fields written in red if No_Billet is empty, and written in blue otherwise
When the sent items folder finally loads, we can see that there are missing records.
Any ideas? Thanks