ContributionsMost RecentMost LikesSolutionsRe: Data Masking using SnapLogic Thanks Mark. Re: Passing Parameters to Digest MD5 function I used eval and it seems it will work. But documentation also says it will significantly impact performance. So any better way to do it? Passing Parameters to Digest MD5 function Hi, I am trying to read data for multiple tables from SQL server using a parent-child pipeline combination. As part of the process I will also need to determine the CDC. Now i have to sort the data before I send to Diff snap or write my own Logic. As I will be processing multiple tables from the same child pipeline i will not be able to select the fields in the Sort snap for Sort Path because each table will have different primary key columns and some times composite primary keys. So what i was thinking instead to concat the primary key values and then pass them to Digest.MD5 function so that it becomes one single column which i can then use for sorting data and determining CDC. The issue i am facing is if i create a pipeline parameter and pass the fields that needs to be concatenated then it is not working. But if i select the fields in expression builder manually then it is working. How do i pass the values of the strings that needs to be concatenated as parameter? Working: “”.concat($Emp_ID, $Group_ID) when selected from Source data coming Not working: Primary_Key = $Emp_ID, $Group_ID…parameter declared in pipeline properties “”.concat(_Primary_Key)…It is creating output of ($Emp_ID, $Group_ID) Re: Azure Devops Integration I will definitely take a look into it. Thanks for sharing the details. Azure Devops Integration Hi , Has anyone done code check in check out in Azure Devops platform for snapLogic pipelines. Also overall CI/CD process from Devops for SnapLogic. Re: Dynamic DB Account Use Cases I tried it access pipeline parameters where i have host name , port name , db name, user and password but the parameters are not available when i am trying to create the Dynamic connection. Any help will be very much appreciated. Re: Dynamic DB Account Use Cases Thanks for the details. Did you pass the parameters from pipeline parameters? I have cretaed a parent pipeline where i have read the parameters from a file and then passing them to child pipeline where i have the MySQL execute snap. In the account tab of My SQL execute i want to create a connection dynamically by using the parameters coming from parent pipeline which are coming from the file. Re: Data Masking using SnapLogic Thanks for your help. Will try them. Re: Dynamic DB Account Use Cases I have few questions: In the snapLogic create snap when i am choosing Account it does not ask any of the properties that is mentioned in the conversation. So if i want to create an Account which will be connect to different SQL database based on parameter how to create that? If you are creating the dynamic account from Manager then what is the syntax to refer to a pipeline parameters? My use case is, i want to create account dynamically taking inputs from a file and then use the account created in the first pipeline to fetch data from another pipeline. Data Masking using SnapLogic Hi All, Has anyone implemented data masking solution using SnapLogic? I will need to mask few data elements before they are populated in data lake in AWS from SQL server. Thanks, Rakesh