Forum Discussion
@darshthakkar Just to make sure you config correctly - 1. use wincsp/other tools to login the sftp server (please use same credential as used in snaplogic). And try to create a file there. If you can then it should work in snap as well.
2. Make sure you choose cloudplex/groundplex correctly.
3. And hope you validate this is sftp server not smb.
darshthakkar
4 years agoValued Contributor
Done, still not working for me.
- Aleksandar_A2 years agoContributor III
Hello bibhuti10785,
You can with the following expression in a Mapper Snap:
jsonPath($,"..pw_cc__IsoCode_2__c") != [] ? jsonPath($,"..pw_cc__IsoCode_2__c").pop() : null
Attached below is a sample pipeline.
Please let me know if this helps you!
Regards,
Aleksandar.
- Aleksandar_A2 years agoContributor III
You could also try with the following expression:
$.hasPath("Opportunity.Country_of_Installation__r.pw_cc__IsoCode_2__c") ? $Opportunity.Country_of_Installation__r.pw_cc__IsoCode_2__c : null