ContributionsMost RecentMost LikesSolutionsRe: Issue with MYSQL Update on Duplicate condition Hi Vamsik . I assume the error message is data related for the Update condition, and potential mismatch for some values. As a workaround, can you please try the below SL design where first you will use lookup snap to check the MySQL DB, if the record already exist there? And based on that to do the Insert or Update? Re: How to identify if there are no files in the source when using Multi file Reader Snap arvindnsn, you can also try to use the below approach, where first you will use Directory browser snap (with selected option Ignore empty result), to check if there are source files created. After that you will use the Gate snap with unselected option "ignore empty string" and after the Gate snap you will have Router snap, that will orchestrate the flow, based on that is there any source file(s) present or not. If the files are there you will trigger MultiFile reader snap, otherwise, you will send email notification - no files. Re: Difference among SAP, SAP S/4hana and SAP S/4hana cloud snap packs dmiller, koryknick, ddellsperger, tlikarish is there any documentation how can we create IDoc in SAP S/4HANA system ? Can we use SAP S/4HANA Create snap (from the SAP S/4HANA snap pack) as a replacement for SAP IDoc Write snap that is used in the basic SAP snap pack ? Re: how to download the files from google drive to s3 drive Hi Mahesh72252 , If your Google Drive File is spreadsheet you can use "Worksheet Reader" snap on the source side - with configured "Spreadsheet OAuth2 Account" account, and "S3 File Writer" for the target file creation. Re: Lost contact with Snaplex node Yes, pipeline execute snap has been used in combination with Shard Offsets snap. Re: Lost contact with Snaplex node @darshthakkar It was resolved by splitting the source payload in chunks - instead of processing all the records at once. Re: How to decompress the zip file? Hello @sathishmadavali , In the second screenshot we can see that you are doing validation (not execution). Is the option Validate & Execute for Decompress snap selected? Re: How to add a line break in body email using snaplogic expression Hello @AngeloRAlves , You will need to use <br>. below is given one example, which I think can help you how the expression can be composed correctly: Re: How we can find created SAP IDoc number based on the TID response at SAP IDoc Write snap? Thank you @ptaylor . Any idea who can help me here ? How we can find created SAP IDoc number based on the TID response at SAP IDoc Write snap? Hello there, Is there a way to find the created SAP IDoc number based on the TID response while using SAP IDoc Write snap? @ptaylor any idea here? Thank You.