01-16-2018 03:10 AM
how do i access a account present in shared project space. using read account it gives an error that account or path doesnt exist
what I am doing is : org_name/shared/account_name
please help
08-09-2021 02:01 PM
is there anyone who can answer this? I am new to SnapLogic and I am testing a pipeline to look for the account information in the orgname/Project Space/shared folder and use this as a parameter
08-09-2021 02:44 PM
Are you using the Snaplogic Read snap in order to read the Account metadata?
If so, place a forward slash before your orgname like: /orgname/Project Space/Project/Account Name
If you are looking at the top-level shared, then you will not need the project space, in that case, it would be /orgname/shared/Account Name
Keep in mind that the casing will need to match.
08-09-2021 04:10 PM
I am using the Directory Browser snap. tried your recommendation and it worked! thank you! appreciate your reply @rgoodman1
my goal is parameterized the Account tab instead of edit/adding the SMB account…