ContributionsMost RecentMost LikesSolutionsRe: User login Details We are using SSO to login into Snaplogic platform so in that case which authentication method I have to use? Re: User login Details I am getting 401 Unauthorized error Re: User login Details what is the meaning of updated date here? Is it last login date or something else? Re: User login Details Thank you for this information. I am trying to get this data from API but its throwing an error. AD group synchronization Hello Community, I would like to synchronize Azure AD group with Snaplogic group. Is it possible to do it or how can we achieve it User login Details Hello Community, Does anyone know how do we get last login date of users from SnapLogic Platform Modify data structure Hello Community, Currently we have data like this : { “ID”: “ProjectNumber”: “ProjectAllocation”: “Class”: “ClassPlace”: } The desired output is like this: { “ID”:0, “ProjectNumber”:{ “ProjectNumberID”:“string”, “ProjectAllocation”:{ “ProjectAllocationID”:“string” } }, “Class”:{ “ClassID”:“string”, “ClassPlace”:{ “ClassPlaceID”:“string” } “Place”:{ “PlaceID”:0, “PlaceName”:“string” } } } Is there any way we could use to achieve this in SnapLogic ? Re: Pushing data to Dataverse Can anyone help me here??? JDBC connector is not working solution Re: Filter the data Its working as expected, Thank you so much 🙂 Filter the data Hello Community, Below is input [ { “name”=“ABC” “ID”=“D.0012” }, { “name”=“XYZ” “ID”=“B.002” }, { “name”=“OPQ” “ID”=“E.0012” }, { “name”=“LMN” “ID”=“J.0012” }, { “name”=“DEF” “ID”=“C.0012” }, { “name”=“RST” “ID”=“B.05” } ] I have millions of records like this , I want to filter them based upon one key named as “ID”: and need the data for only the object which have “J.” or “C.” and discard all the rest ID Solved