Designing and Running Pipelines
Discuss how to use the SnapLogic platform.
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Transform Array to New array

I have a requirement where I need to convert an array into new array . Below is the example . INPUT: { “cover”: [ { “needCode”: “abc”, “needKindName”: “abc xyz”, “autoBoostCoverAmount”: { “amount”: 25, “currencyCode”: “XAF” }, “coverAmount”: { “amou...

sravan by New Contributor II
  • 954 Views
  • 4 replies
  • 4 kudos

Issue in configuring REST OAuth2 Account

Hello All, I am facing an issue in configuring the REST OAuth2 Account in SnapLogic, I am getting the below error while I try to authorize it, {“http_status_code”: 500, “response_map”: {“error_list”: [{“message”: "Request to token endpoint https://lo...

Obtaining response from JSON Post command

Hi I have a pipeline which takes data from a SQL select command and posts to a Service Now API to create a task. Service Now responds with the ID’s of the tasks which I want to post back to the SQL. However when I run the POST command in Snaplogic, ...

peter by New Contributor III
  • 3896 Views
  • 22 replies
  • 1 kudos

Resolved! Attribute name change in array with mapper

Hi, Could you please help me to change attribute names from input json? Input { “title”: “students”, “items”: [ { “name”: “Tom Cruise”, “course”: “EEE” }, { “name”: “Robert Downey Jr.”, “course”: “CSC” } ] } I need to change output as { “title”: “stu...