ContributionsMost RecentMost LikesSolutionsExpress Library date with timezone returns null value Hi RogerSramkoski i'm trying to get today's date and time in PST timezone, but it gives me null. Can you plz let me know how i can fix it?Thank you so much Adding system datetime when insert data into Redshift Hi, I've added mapper expression to add system datetime when I insert data to Redshift table. It ran ok, but the problem is, it inserted different time for each rows. How can I get date and time that only shows only one same date and time (either pipeline execution start time or end time) so that all rows those are being inserted at the same time will have the same date and timestamped? dynamic condition on redshift delete Hi I need to delete certain mrf_version from the existing table, but it validate, but when I execute the pipeline, it didn't work well. What is wrong with my pipeline? Thank you Re: Column value as Object key in S3 Upload snap Hi, sorry for the delay in response. I do pass the version to the last snap Re: Column value as Object key in S3 Upload snap Thank you I removed the single quotes but it says this Column value as Object key in S3 Upload snap Hi, I'd like to use the value of column name VERSION + today's date as object key How can i use the value of column name VERSION? If I use '$VERSION' as object key, it gives me 'VERSION_today's date.csv' as file name. Thank you Re: S3 file upload with TODAY'S date in the file name Thank you SO much Miller. For future reference, I've used "file_name_"+Date.now().toLocaleDateString({timeZone:"PST", format:"yyyy-MM-dd"})+".csv" and it saved the csv file on S3 with Date only. Thank you 🙂 Re: S3 file upload with TODAY'S date in the file name Thank you so much Miller. Your code was working ok, but it saved file with some weird date. In the screenshot, the first file is with your code, and saved as 2023-04-12 instead of 2023-12-12 Below 2 files are saved with Date.now() and their date is ok. Do you think you can figure out why it saved the file as 2023-04-12? The last screenshot is the new snap that I used your code. Thank you so much! Date.now().toLocaleDateString({"format":"yyyy-mm-dd"}) S3 file upload with TODAY'S date in the file name Hi, I'm trying to add today's date in the file name when I load CSV file on S3 bucket. I know there is Date.now() , but this gives date with local tiem. What's the best way to add local DATE only (today's local date) (NOT THE TIME)? Thank you SolvedExecute different pipeline depends on condition Hi, I’m trying to build a pipeline to execute 2 different pipelines depend on their conditions. There is Conditional snap, but that only allows to executed within the same pipeline. Do you know how I can do this? Thank you