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

Forum Posts

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
  • 1308 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
  • 580 Views
  • 0 replies
  • 0 kudos

Resolved! Custom Snap- Get response in json format

I am developing a custom SNAP that makes HTTP request and gets JSON response in return. The response is array of objects. In order to right it to document , currently it only shows up if I convert the response to string in following manner: Map<Strin...

DharaSP by New Contributor
  • 2459 Views
  • 21 replies
  • 0 kudos