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

Forum Posts

Azure message bus

I am trying to access Azure Message bus from Snaplogic using REST API. I have used the example in the Azure Service Bus Integration, Azure Service Bus Integration post. But I cannot get the Token generation to work. I get the error, TypeError: Cann...

peter by New Contributor III
  • 1487 Views
  • 1 replies
  • 0 kudos

Mapper expression required for encoding

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...