ContributionsMost RecentMost LikesSolutionsRe: Make same change to multiple ‘Pipeline Execute’ snaps Hi @avellank, I am not sure about changing the settings at once and reflecting accross all the pipelines. But we can achieve it through snaplogic metadata snaps. Following are the steps. Create a pipeline which reads the metadata of the provided pipeline path and change the settings of PE snap and update the pipeline metadata using the pipeline path. Create a pipeline which gets the list of the pipelines in a project using Snaplogic List snap and call the above pipeline using PE snap and pass the pipeline paths. Regards, Anil Kumar Re: Getting the Status from a REST call Hi @TimBurns The expression the router snap should look like this. $entity instanceof Object Regards Anil Kumar Re: How to convert linkedHashMap to list / json object Hi Satya, Please find the attached pipeline for the solution. Regards, Anil Convert_LinkedHashMap_to_list_2019_12_31.slp (6.7 KB) Re: Can We create a Variable in Mapper Preeta: 2 2008-01-31 ABC 1 2008-07-31 ABC 2 2009-01-31 ABC 1 2009-04-30 ABC 3 2009-07-31 ABC 3 2009-10-31 GEF 5 2010-01-31 GEF 1 2010-04-30 GEF 3 2010-07-31 GEF @PreetavariableInMapperNew_2019_09_18.slp (9.9 KB) Please find the attached pipeline. Re: Can We create a Variable in Mapper @Preeta Sure… Can you send the input file and what is the output expected… Re: Can We create a Variable in Mapper Hi @Karan_Mhatre, Yeah the logic was not right, Please find the latest attached pipeline which solves your requirement. variableInMapper_2019_07_29.slp (9.6 KB) Re: Date Filter for loading Excel File Hi @Sgarim4 Please find the attached pipeline. which might help you. pickLastDateValue_2019_07_24.slp (7.1 KB) Regards, Anil Re: Specifying Error Pipeline Parameters Hi @cnavalta In the below example I am passing the Name value to the Error Pipeline in case of error. The main parent pipeline parameters looks like following : slight_smile: The error pipeline parameters looks like below: Thanks… Re: Date Filter for loading Excel File @Sgarim4 Can you provide the input and expected output ? Re: Convert String to Number Hi @Kullay Could you please describe about your use case? Thanks, Anil