User Activity

Hi All, I have a requirement to pass date in YYYY-MM-DD format and I am using the expression “Date.now().toLocaleDateString()” but I have the below issue. When I use it in pipeline parameter “Effective_Date” then use _Effective_Date in the pipeline ...
Hi, I am facing the below issue while updating a column using Oracle update snap. Please suggest what I am missing and how this can be corrected. Extract Effective Date_2022_09_20.slp (10.2 KB)
Hi All, I have a pipeline date parameter with timestamps and based on this date I am processing some records which I change manually as of now but the requirement is to schedule the pipeline. I need your help in achieving this date change automatical...
Hi All, I am running into a strange issue where when I execute the pipeline it completes successfully but when validate it always errors out with the below message. Can you please suggest what is going wrong here and what I should do to correct it? I...
Hi, I have the below expression but sometimes it can be NULL instead of ‘S’. Could you please suggest how to handle the NULL in the below expression? $input0.final_document.Pipeline_Status==‘S’ && $input1.final_document.Pipeline_Status==‘S’ && $input...