ContributionsMost RecentMost LikesSolutionsTail snap and documents Hello Snaplogic Community We have a pipeline that has a JSON generator acting as a loop with some dates as input into the first pipeline execute and we need to have the loop entirely finished before calling the second pipeline execute but the tail snap with number of documents set to 1 presently calls the second pipeline execute even before the “loop” finishes executing. How can this be achieved??? Should the tail snap be set to the no of documents from the JSON generator? Thank you very much in advance. Managed Service Active Directory Accounts & Snaplogic Good day Community Is there a way to integrate Managed Service Active Directory Accounts with Snaplogic SQL Server Select or JDBC Select. We don’t want to use the a regular Active Directory account. Would appreciate your assistance with this. Thank you Re: Help Using Group By! Hi tstack Thank you for the reply. I need to get a solution for this. The date fields are strings and they are sorted descending before i did the group by via JDBC execute. A sample of the json just after the group by is shown below. I am grouping by “POL_ID” then “CVG_NUM” but I need to return ONLY the first record in each group i.e. with the latest date. How can I do this please?? [ {“groupBy”:{“CVG_NUM”:“01”,“POL_ID”:“DT90000051”},“group”:[{“CVG_NUM”:“01”,“POL_ID”:“DT90000051”,“CO_ID”:“01”,“FIA_EFF_DT”:“2010-04-30”}]},{“groupBy”:{“CVG_NUM”:“02”,“POL_ID”:“DT90000051”},“group”:[{“CVG_NUM”:“02”,“POL_ID”:“DT90000051”,“CO_ID”:“01”,“FIA_EFF_DT”:“2010-04-30”}]},{“groupBy”:{“CVG_NUM”:“01”,“POL_ID”:“DT90000051”}]}] Re: JDBC Select order by Descending - HELP Hey Craig… thanks a lot for your quick reply … will try that -Andre Re: Help Using Group By! Hi tstack, In the group if I have a date field and I wanted to get the record with the latest date returned, how would I do that? match $group { […, { EndDate: “2019-8-31”, Value }, …] => Value } Many thanks JDBC Select order by Descending - HELP Good day, I’m trying to get the JDBC select snap below to order by descending on a field. Is this possible?? Thank you very much in advance. Re: Pipeline Migration - Can you migrate a single pipeline hi … stephen … thanks so much yes i tried this and it worked. Much appreciate to you both! Re: Pipeline Migration - Can you migrate a single pipeline okay thanks a lot for your help! Re: Pipeline Migration - Can you migrate a single pipeline Hi dmiller … thank you for the response and for not being clear … im trying to migrate between two orgs using the UI … is this possible? Thanks again Pipeline Migration - Can you migrate a single pipeline Good day Snaplogic Community Is it possible to only migrate a single pipeline in a project or must u always migrate the entire project with all the pipelines? Thank you and looking forward to your response!