Forum Discussion
Hi Mohamad,
I am facing same issue when I try to automate project creation. What was the solution provided by SnapLogic team? Do I need to submit a ticket?
Attached is a sample pipeline that should be helpful for creating “Projects” using the SnapLogic Metadata snaps.
SnapLogic Read: Read from an existing project path
SnapLogic Create: Specify the target project to be created. Example: org/project_space_name/project_name
- psadasivam9 years agoNew Contributor III
@sriram In my case I am trying to create new project on provided org. I am just using SnapLogic create snap not read snap.
- sriram9 years agoFormer Employee
Currently, to be able to create a new project using the SnapLogic metadata snaps, having “SnapLogic Read” > “SnapLogic Create” is a definite requirement as the “SnapLogic Read” snap is the one responsible for passing metadata related information (org names, users, acls, etc.,) to the downstream “SnapLogic Create” snap. This rule applies for both creating new projects within (or) across orgs to which you have access to. So, in your case, following the “Router” snap (output 0), you would need to add the “SnapLogic Read” snap followed by the “SnapLogic Create” snap.
Hope this helps.
- psadasivam9 years agoNew Contributor III
@sriram thanks. It worked 🙂