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
No. But this works just the same way as any other HTML/JavaScript development.
I think it might be helpful if you gave a lot more detail on what you're trying to achieve. In general plug-ins aren't necessary for that many things in Appian - there's a lot of out-of-the-box functionality that support integrations. For us to help us, it would be useful to provide a sample of what kind of request / format you're trying to send or more information about the service you're integrating with.