Developing Snaps
Discuss how to build custom Snaps.
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! XML namespace prefix removal from XML document

I would like to remove xml namespace prefix in the XML document for data retrieval. I have tried with mapper with mapKeys(), I cannot use mapper as $Header.['ns2:DocumentHeader']['ns2:Identifier'] because namespace prefix may be different for each re...

vpalan by New Contributor
  • 196 Views
  • 2 replies
  • 1 kudos

Renaming multiple items in an array

I have a question regarding renaming multiple items within an array. Currently, I'm using the following mapping to rename one item: ```map(x => x.mapKeys((value, key) => key.contains('Memo') ? "description" : key))``` However, I'm encountering diffic...

How to debug custom snap in editor before snap deployment

Hello Everyone,                          Could you please tell me that how to debug custom snap in the editor before deployment of snap while snap development ? Currently I am developing one custom snap while developing snap I  deploy snap after ever...

Ganeshu108 by New Contributor II
  • 1479 Views
  • 3 replies
  • 1 kudos

Cannot open settings of custom snaps

Hi all, I have a problem with the custom snaps after uploading a snap pack in manager. After building the snap package with Maven, I cannot see the settings tab of any custom snap. The snap is forever loading and not showing the settings tab. I tried...

snapLoading
Emma by New Contributor II
  • 4749 Views
  • 9 replies
  • 3 kudos

Resolved! Unable to load account definition

Hi Team, I developing custom snap. I am using account type is custom. so now i am written my logic and deployed to snapLogic now i am getting error like below."Unable to load account definition, Reason: Account named "snap" does not exist, Resolution...

maheswara_0-1720416269757.png
maheswara by New Contributor II
  • 3331 Views
  • 8 replies
  • 1 kudos

Developing Snaps on Windows via WSL

We recently had a support request received via the support e-mail for snap development and found that the root of the issue (accounts in custom-developed snap packs) was caused by a strange behavior with how Windows (and specifically Windows Subsyste...