ContributionsMost RecentMost LikesSolutionsRe: Date Validation using Expression Library it wasn’t a straight forward solution. we developed a custom javascript function that read input data,rules and validate them and add a json output for every row in case of any error. Javascript function is generic for all data type, nullable and not nullable. Input rules and input rows could change Re: Facing error when inner joining two document streams try to convert number input stream to string before the join snap using a mapper, sort the both the input and then use the join. it should resolve the issue. Upcoming Items in release Can snaplogic share the list of features/ items coming up in the future releases? like road map list of items for every release Re: Dynamic Data Validation the way we developed, we don’t need to make changes to the snaplogic pipeline if we want to validate different set of files. it could be new set of validation or few new column validation to the same set of files. all we need to do is add validation rule to the table and corresponding file name. its more dynamic validation of data and column name in a file Re: SnapLogic August 2019 (4.18) Release Looks like snaplogic released a patch 3 version a week before the deadline to upgrade the nodes. I would expect snaplogic to send a communication ahead of time(few days) like major release notification. Based on the email from Snaplogic patch3 version upgrade is recommended strongly by snaplogic but we don’t have enough time to check and make changes to regression test plan. Another request is - UAT release package name is different than elastic.snaplogic.com release package name atleast for few days or a week . eg - snaplogic-sidekick-4.master-5771-x86_64.rpm the UAT environment is package name is not updated the same day as elastic.snaplogic . as we deploy the packages in automated way, we had pass two different package name and later again update UAT package name in our automated deployment code process. Re: Dynamic Data Validation yes, we stored our validation rules in some tables/files then used script snap to validate the data against the rule. There is no straight option available within snaplogic for dynamic data validation. Re: How to write files in multiple nodes of Snaplogic server you could use network drive and file mount that on both nodes, then write the data to folder in that drive. So you will be able to read that data from both nodes Re: Triggered Task node not available when the pipeline execution happens on different node other than the one tied in triggered task on-premise url, the same behavior like mentioned above would occur right ? Re: Triggered Task node not available Can you elaborate on the data in and data out ? You mean to say the input parameter value and out put of the triggered pipeline ? Re: Triggered Task node not available cjhoward18: This is done upon every trigger separately The triggered tasks are tied to a particular plex, but not a particular node within the plex.–> If you look at the on-premise URl of triggered task it is tied to a node and our caller application uses that onpremise url instead of cloud URL. So we are impacted here, could we continue to use the cloud URL even after decommission the node(Triggered task on premise url is pointing to this node) , we don’t need to create new task ?