User Activity

Hi Team, My requirement is I want to pass email address for validity to Rest API post call and it will return the id of the job submitted. Than I need to execute another Rest API Get call which will list the status of all the job submitted and in tha...
Hi team, How can I dynamically generate the mapper output. scenario is Name id email yash 1 Y suresh 2 in above example email id null for id 2 so I need to create key value accordingly to send to rest api post for 1st row {“Name” : “yash”, “id”...
Hi Team, I am trying to use rest post snap in my pipeline and getting different response from Postman. Here is my pipeline . Please let me know how can i get the correct output from snap: Response from snaplogic . see in bold. Also postman output...
Hi Team, Help required to implement below logic for one field in mapper snap. Please help API_KEY =“3456789dgghhjh” SECRET=“8889999456hhggth74kju” var payload = ‘POST\n\n’ + date.toString() + ‘\n’; hmac = crypto.createHmac(‘sha256’, SECRET); hmac.upd...
Hi team, I am getting wrong data being written by the parquet writer for the timestamp data. please help as it is urgent. below is the output of mapper snap Below is the data created by parquet file when using int64 activity_ts (TIMESTAMP_MILLIS) B...