How to develop a component plugin from scratch and i need some examples and guidance how it works
Discussion posts and replies are publicly visible
The Appian documentation search bot at your service: docs.appian.com/.../component-plugins.html
i need one example to connect third party api to get the data from component plugin
What do you want to achieve? In Appian, a Component Plugin means a UI component built using HTML and JavaScript. For examples, just go to the app market and download a plugin which close to your requirement and check out the included source code.
i need to develop a component plugin which takes input as json file from thirdparty or what ever it is possible
To consume a JSON file, you do not need any plugin. Especially not a component plugin. Did you try to use the OOTB functionality?
i have a requirement to develop a plugin for dynamic ui which the component plugin reads json as input
You can build dynamic UI in Appian and also read JSON files.
If this does not fit your requirements, then, follow the documentation and download some of the plugins from the app market for example code.
is there any sample code for that since i didnt find anything from scratch so iam confused where to start
Yes, in the documentation I posted earlier and in the app market.
do u have any custom component plugin which connects to any apis