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

Forum Posts

Resolved! SnapLogic and Azure Repos Integration

Hi All, Looking out for help in integrating the SnapLogic and Azure Repos. Is there any way to Integrate the Azure Respos and SnapLogic for CI/CD in order to perform the repository operation like Commit, Checkout, pull, etc like we do with the GitHub...

Resolved! Help with adding a field in JSON output

I have a JSON output like this: { "Choices": { "1": { "Display":"Generating standard, automated reports (e.g. ERP, reporting tools)?" } "2": { "Display":"Generating non-standard / custom reports (e.g. spreadsheets)?" } "3": { "Display":"Responding to...

negi_sagar by New Contributor II
  • 2241 Views
  • 2 replies
  • 2 kudos

Arrow Function Parameters

I’m trying to understand the documentation for the Array function toObject. It uses [‘zero’, ‘one’, ‘two’].toObject((x, index) => index, x => x.contains(‘two’)) as an example, which returns {“0”: false, “1”: false, “2”: true}. What does the (x, index...

tarena by New Contributor III
  • 2197 Views
  • 2 replies
  • 1 kudos

REST GET snap Pagination issue

I am using REST Get snap and pagination is not working. Sample output “entity” : { “@odata.context” : “https://test-odata.com/at.odata/v2.0/$metadata_65687877”, “value” : , “@odata.nextLink”“https://test-odata.com/at.odata/latest/&%24top=20000&$ski...

deeps by New Contributor III
  • 4002 Views
  • 7 replies
  • 2 kudos