Hi all,
I am trying to follow the steps given here: https://docs.appian.com/suite/help/21.1/develop-first-component.html
And using the mapfile example given on the git: https://github.com/appian/integration-sdk-examples/tree/master/Component%20Plug-in%20(CP)%20Examples/mapField
I create the zip file with the below steps:
1. Git clone the folder
2. Zip the mapfield example with the below command:
zip -r mapField.zip mapField/mapField mapField/appian-component-plugin.xml
But when trying to upload the files to the admin folder, I get the below error:
ERROR com.appiancorp.plugins.LoggingPluginEventListener - Failed to load Component Plug-in 'maps plugin.zip': Could not parse zip file - make sure it is formatted properly.
If anyone can help with this, I'd very much appreciate it!
Discussion posts and replies are publicly visible
Any solution