This website uses Cookies. Click Accept to agree to our website's cookie use as described in our Privacy Policy. Click Preferences to customize your cookie settings.
Hi,
I am building a custom snap where some of the fields need to be a ‘textarea’ type. I’ve been searching through the documentation but didn’t find anything related to this.
Is there a way to make the field a text area ?
I am looking for something l...
Hi,
I am in the process of building a custom snap and I am uncertain of how to read a file from the SLDB. The documentation does not provide an example for this. I was able to read a file from the location where the Groundplex is, using the com.snapl...
Hi,
I’m developing a custom snap with basic auth ( user/pass ) account.
The snap includes several suggestion properties that need to use the access token from the account in order to display relevant values received through an API call.
I can connect...
Hello,
I was just wondering if it is possible to “dynamically” change the settings tab of a custom snap. What I mean by this is to dynamically change one field by changing some other field. For example let’s say I have two fields “Locale” and “Amount...
Hello,
I am developing a custom snap and I would like to know if it’s possible to add more default rows to a table. For example the Mapper snap has one default row when we open it.
I want something similar to the Snowflake SCD2 snap, when we open th...
Hi @maheswara ,Could you please provide more details about the error? It's a bit vague and could refer to various issues. Would you mind sharing the specific error message for clarification?
Hi @maheswara ,The issue might be the JDBC Driver. From the screenshot you shared, I am not sure if you have configured the JDBC JARs Driver, but if you didn't, you need to download it and upload it in SnapLogic and then under the JDBC JARs configura...
In this case you can amend the original expression.$['Input list'].map(val => $['Original list'].indexOf(val)).filter(val => val == -1).length > 0 ? false : trueThis will return true only if all values within the Input list exist in the Original list...
To facilitate the enhancement of your proficiency with SnapLogic and the comprehensive utilization of its diverse features, several strategic approaches can be considered:Firstly, an exploration of the official SnapLogic documentation is recommended....
Hi @userg ,Can you share how the input document looks like?Not sure if both inputs are accessible within a single object. Assuming they are, you can use the following expression to compare the values in the arrays: $Input2.map(val => { "values": val,...