This website uses Cookies. Click Accept to agree to our website's cookie use as described in our Privacy Policy. Click Preferences to customize your cookie settings.
To prevent further spamming incidents, we have changed our permissions for the members of this community. While anyone can visit our community, only verified customers, partners, and employees will have posting access. Email community@snaplogic.com to verify your account.
Trending Topics
The Integration Nation is an active and collaborative place to learn more about events and ask questions to fellow fans! Check out our most popular conversations happening right now!
I have a triggered task that pulls data from a database and formats the JSON to be returned by an http request.I added a parameter called 'dataset_name' so users making an api call can select just one record from the database: I pass the value '_data...
I have a question regarding renaming multiple items within an array. Currently, I'm using the following mapping to rename one item: ```map(x => x.mapKeys((value, key) => key.contains('Memo') ? "description" : key))``` However, I'm encountering diffic...
This is more about platform memory alerts. From my understanding, we have alert metrics in place that trigger an email if any of the nodes hit the specified threshold in the manager.However, I am looking at a specific use case. Consider an Ultra Pipe...
Pipeline Execute snap This snap is one of the most powerful tools in the SnapLogic platform. This snap allows you to call another pipeline from the current one. This can allow you to modularize code for specific functions, making your pipelines sim...
Register>> Organizations today are embracing AI agents to automate business processes, increase productivity, and create new revenue streams. Digital Federal Credit Union (DCU) is leading the way, leveraging SnapLogic and AgentCreator to build a ro...
Best Practices for Adopting AI Solutions in the Enterprise with SnapLogic AgentCreator Version: 1.2 Authors: Dominic Wellington, Guy Murphy, Pat Traynor, Bash Badawi, Ram Bysani, David Dellsperger, Aaron Kesler Introduction: AI in the Modern Enterp...
I want to ask:Iโm attaching a screenshot of the pipeline that should:Read a CSV file, truncate SQL tables, and after the successful truncate, insert all the records from the CSV into the truncated table.It seems that the pipeline doesn't work correct...