User Activity

Hey Everyone, I’m currently receiving data from an API and inserting the data into a MySQL database. Here’s an example of one of the columns that are coming over: [“5bb1614c4fd80200018e33c4”,“5ca500003aaf6000014dbc98”,“5b5f558add2f28000151e88d”] Is t...
Hello, We are calling an API that uses epoch date parameters. Is there a way to convert/parse UTC timestamps to epoch? I want to set a parameter startDate = Date.now() and in the GET POST query parameter, I want to call the startDate but parse it int...
Hello Everyone, I’m trying to brainstorm on how to create a snap to only pull updated data from the source that doesn’t have a modified date timestamp. I rather only pull updated data instead of all records. Any ideas?
Hello All, I was curious, does snap logic have any options to ‘insert’ data into external tables in Oracle?
I’m receiving data with 18 characters, which includes 7 leading 0s. Would I use the Mapper to TRIM off the leading 0s? If so how would I go about this? Thank you