User Activity

Hopefully quick question as I debug a child pipeline: Can I use pipeline variables in a Pipeline Execute snap while running in reuse mode? Thanks! Andrew
Robin or others, I know we’ve solved this before, but I’m generating a brand new “demo snap pack” from the documentation. The output file is 53MB. That seems a little big.  Diffing another snap pack, it appears the culprit is the jfilesystem artifa...
Hi, I have an account tied to a snap pack…basically every snap calls the Account.connect() function to get its access token, and if the token isn’t expired, the Account re-authorizes and get a new one. In fighting threw a bug while implementing thre...
Now that there are other packs out there with expression enabled account variables (e.g. the Salesforce snap account), can we do this yet with custom snaps?
Hi, This may be a dumb java question, I’m trying to call “getAccountVariableValue” from my snap code, but can’t do it unless I put my actual class in parentheses around the call. So for example, instead of this: snapAccount.getAccountVariableValue();...