ContributionsMost RecentMost LikesSolutionsRe: Snaplogic Pattern available for Coupa to SAP S4 or vice versa In case anyone else is reading this there is a SAP accelerator available, the one I was given was called Coupa_ERP_Accl. It is a useful starter pack, but your solution will evolve from the accelerator. Definitely go 100% API (not csv). Also be aware that the Coupa Snaps (Create, Update, Read) do not cover all integrations (e.g. currencies). You may be better off using 100% standard REST snaps for consistency. Can a triggered task support Oauth2? I have used triggered tasks with Basic Authorization (Username and Password) and also Bearer token. Is there any plan to also offer Oauth2? Re: Triggering SnapLogic pipeline from external system We are currently using Triggered tasks from Coupa who is moving to OAuth2 later in the year, and will decommission basic authentication. Is OAuth2.0 on the Snaplogic roadmap at all (for Triggered Tasks)? Re: Trapping pipeline name of pipeline under executiion and storing it in a flatfile or database Great solution using the API. Similar to the OP, I would like to record the Parent Name in the actual error filename written by the child pipeline. It would make searching the error directory a lot easier. Just like the pipe.parentRuuid function looks at the parent, would SnapLogic consider adding pipe.parentLabel? Re: Settings a HTTP response code for triggered tasks @Spiro_Taleski @cjhoward18 Both great solutions, thanks. Re: Settings a HTTP response code for triggered tasks Is it only the Status code that can be modified? i.e. the body of the message returned to the POSTing system is: { “http_status_code”: 200 } Are you saying there is no way to control this body response? Re: "JSON Splitter" snap truncate data! Thanks for this post, I got quite concerned when I only saw the 50 records returned on ‘validation’! As mentioned the secret is to Execute (a schedule task is optional). Excel Parser - reading dd/mm/yyyy format I am reading a list of Dates in excel. Excel region settings are Australian (so dd/mm/yyyy). Excel file sample is: Using the excel parser the output is all converted to American format (mm/dd/yyyy): SnapLogic clearly knows it is dealing with Dates. Of course, I can convert to other formats, but are there Snaplogic settings that will keep the original format? I guess the good news is that the integrity of the date is still correct, but why would SnapLogic change the format? If anything, I would prefer a reformat to UTC…