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.
Hello SnapLogic Experts,
I require your help in mapping expression to map the keys(columns).
I need to change the column names in the incoming data according to the mapping list that I have and load it into the database.
I’m trying to achieve it usin...
Hi SnapLogic Experts,
SnapLogic currently allows us to set up email notifications for task failures. However, during off-work hours, we are missing email notifications for critical job failures. To address the issue, we’d like to implement a solution...
Hi,
I want to capture all the headers passed to a Triggered task. Generally they are hidden in the Pipeline Parameters in a triggered execution. Based on a header ‘User-Agent’ we have to take an action.
Could someone please help with info on this?
Hi Everyone,
I need help on an expression solution. The “sum” should be the sum of the value(s) of “key2” from previous records till the current record within the array.
I’m trying to make it using the “reduce” function.
Input:
[
{
"key1": "val...
Amazing @viktor_n. I made a little change and your trick worked perfectly. You deserve an award
I will be using it in my original pipeline to see the same result. Would mind clarifying the “findIndex()” used here?
I transformed the column mapping a...
Thanks for the response @Spiro_Taleski. I’ve already gone through this. It can send a notification message to a Slack channel/user but not over a Slack call. A call notification is what we’re looking for.
Could you please share any workarounds you ar...
This is also helpful in one way but have to make little changes at the client end. I tried pipe.args suggested by @bojanvelevski and that is straight forward to capture all. Anyway, thank you much for responding @viktor_n.