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

Forum Posts

Building the old custom snap

I was not able to build the old custom snap , So I used the latest POM from demosnap and build the custom snap . Now the build ran successfully . But all tests are failing with the same reason . 2018-08-07 15:31:49 ERROR SchemaRegistry:115 a- Unabl...

Harriesh by New Contributor III
  • 4934 Views
  • 12 replies
  • 0 kudos

Custom Snap error : Input Schema is null

Hello, Developing a custom snap that is an expression and accepts input schema. This is how I defined my parameters/ functions : @Inputs(min = 1, max = 1, accepts = {ViewType.DOCUMENT}) @Outputs(min = 1, max = 1, offers = {ViewType.DOCUMENT}) @Error...

Can i a create my own custom snap in snaplogic?

Hi , Can i create my own custom snaps in snaplogic? does snap logic support Java to run my logic? if it support and it requires extra packages how can we install? not only java even in python or any another language ? Thanks & Regards Suresh Maturi

smaturi by New Contributor
  • 3522 Views
  • 2 replies
  • 2 kudos

Deploying snappacks as myself

So I have been deploying my custom snappacks for a while now using the keys.properties generated when I created my snaplex. From that, I can see the cc.username and cc.api_key. What I cannot seem to find is information on how to create an API key f...

Maven archetype build errors

It seems that the 4.22 archetype is generating code that is failing its own generated unit tests… d:\src\snaplogic-poc\snap-dev\odyssey-api-snappack>mvn clean verify [INFO] Scanning for projects... [INFO] [INFO] -----< com.tylertech.courtsandjustic...

Identify table cell for suggesting values

I’m developing a custom snap which essentially makes a custom query to a backend. I have a table property with columns key and value which encode the query criteria. The backend provides me with APIs to get values for both possible keys as well as po...

mnyolt by New Contributor
  • 1362 Views
  • 0 replies
  • 0 kudos