Using API to Create App in workspace - Fields don't get created
AnsweredI'm trying to write a script that will auto-create an App in a workspace. I'm using PodioApi.php to do this. The app gets created but no fields are created using the PodioApp::Create($spaceId,$app); Here is my code...
https://gist.github.com/anonymous/faf8939d3fc851253875
Is it possible that the "fields" property is ignored when creating an app and I have to create the fields 1 at a time using PodioAppFields::Create()?
Thanks!
Please sign in to leave a comment.
Comments
2 comments