ContributionsMost RecentMost LikesSolutionsMapper - change value in target path based on condition I have the below req. i want to update the value of a column only if it’s null else leave as it is. ex: raw_table.date_joined will be populated only if it’s null, if it’s already have a value leave it. mapper: expression Target Date.Now() $date==null||Date.Now():$date how to do this. Re: Recommended approach to running multiple REST Post Snaps Hi, I have a scenario, where the api post will only take 100 records per minute. My requirement is to post 100 records a batch with a wait time of 1 minute between each post.