ContributionsMost RecentMost LikesSolutionsRe: Convert this to a snap? How? For me at least, if I understand the problem correctly, the primary issue seems to be when you set a form field to a file. you can’t then continue to set additional form fields. Re: Convert this to a snap? How? did you ever solve this? Re: Poll: SnapLogic Onboarding How to think about loops and iteration in the context of snaplogic vs procedural code. The value of JSONPath. Re: Substitute variable in regex expression @tstack, thanks, that worked. I find the documentation on match() a little confusing: https://docs-snaplogic.atlassian.net/wiki/spaces/SD/pages/1439357/String+Functions+and+Properties#StringFunctionsandProperties-match Mostly that it doesn’t return a String, it returns a RegExpResult, and that it can take either a quoted regex or a typical /regex/, maybe this could be clarified in the wiki? Thanks for your help. Mike Substitute variable in regex expression I have a mapper with json input like this: $effective_code = “2138-HCOM-0546-01” $course_code =“2138-HCOM-0546-01-12345|2138-HCOM-0546-EMR-12456” I want an expression that will match “2138-HCOM-0546-01-12345” out of course code. I don’t understand in a Snaplogic Mapper, how I can substitute the $effective_code into my regex match to execute as: $COURSE_CODE.match(/2138-HCOM-0546-01-\d{5,}/g) more generally: $COURSE_CODE.match(/$effective_code-\d{5,}/g) Anyone know how to do this? SolvedRe: Peoplesoft snaps Our peoplesoft folks are exposing data via REST APIs which we’re just consuming with the REST snaps. (Peoplesoft HR and Financials.) When making a REST call over HTTPS what CA bundle is the REST Snap using? I was asked the above question today, and I believe the answer is that Snaplogic would use the bundled JREs collection of trusted certificate authorities in: /opt/snaplogic/pkgs/jre1.8.0_45/lib/security/cacerts But I just wanted to verify that this is the case? SolvedRe: REST Post -- Getting a 404 I’d try using a PUT instead of POST first, since thats what your curl command does I think. Re: REST Post -- Getting a 404 I don’t know a ton about Rave but I don’t believe that what you have listed above is a REST endpoint. I think you’re posting to what is typically a webdav path, and so it would expect the filename to be in the path https://upload.ravewireless.com/emersonMA/load/rave-test.csv would likely not result in a 404 but also wouldn’t accomplish what you’re trying to do. I’d double check the API documentation for Rave. Maybe you could get this to work with the REST POST via their API but I think it’d be at a different endpoint. Stackoverflow -- Snaplogic tag created I noticed a Snaplogic question on Stackoverflow today, so I’ve created a Snaplogic tag. It will get culled if it doesn’t get used in the next couple of months, so if you happen to post related to SL on SO, use the tag 🙂