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 all,I am trying to use the join snap with 3 inputs. The solution works when I use two joins after each other but now I wanne try if it's possible to use only one join with three inputs.I always get the error: failure: Right join path not found for...
Hi all,I was wondering if anyone has experience with having MFA or Generic oauth2 https://docs-snaplogic.atlassian.net/wiki/spaces/SD/pages/1246924052/Generic+OAuth2What I am trying to do is that when consumers want to acces apis they first need to a...
Hi,So I am trying to change my json data in a way that we have a list of companies that show every record with the name of the company in an object with the required fieldsMy input:{"companies":{"CURRENT_COMPANY_DISPLAY_NAME":"test1","Code":"123","Co...
HI experts,
I have this input and the array of EmailAdresses can consist of 1 - 5 addresses:
[
{
“BusinessPartner”:“10”,
“LastName”:“lam”,
“SearchTerm1”:“lam”,
“to_BusinessPartnerAddress”:{
“results”:[
{
“BusinessPartner”:“10”,
“Country”:“DE”,
“to_Em...
Hi,
So I am trying to join two arrays, but one array contains multiple unique IDs and the other one not.
Let me explain below:
One array from sql select with these objects:
{
“personid”: 433817,
“customernumber”: 10796670,
“firstname”: “Jens”,
“lastn...
Hi @minalbakore ,What SpiroTaleski suggested could be the solution. when I work with SAP snaps I also use the validation to see what they expect from input schema/parameters.What I happen to use also in some use cases is to enable the check box 'Com...
Hi @ramaonline ,Thank you for this valuable information. This is very usefull for me! I just have one question regarding commiting from snaplogic to github. I found that there is not a public api method form snaplogic that gets the assets from a proj...
Hi @nickhumble I think there are also other posts about this topic that can help you for now.See reference: https://community.snaplogic.com/t5/designing-and-running-pipelines/pass-the-json-input-request-payload-to-rest-get/m-p/11698/highlight/trueLet...
Hello @deepanshu_1 ,All Authentication policies require the Authorize By Role policy to authenticate the API caller correctly. For example, you can configure this policy to add the role “admin” to the client and then configure the Authorize By Role p...