Good Day Expert,
Is it possible to call Appian actions and related actions using OpenAI ChatGPT in Appian?If yes, could you please guide me on this?
Thanks in advance.
Cheers,
Kalai.
Discussion posts and replies are publicly visible
Actions are processes. You could expose these process through web APIs and have other systems call these.
ChatGPT is just a web-UI. Not sure how that could call these APIs.
What are you looking for?
Thanks Stefan Helzle for your response.
We are trying very similar to recordchat option using chatGPT where we can achieve ChatGPT features as well as trigger some record actions
Did you consider using this?
https://docs.appian.com/suite/help/26.3/Chat_Component.html
yes, I did.. I've gone through the pages but not getting exact result as I wanted so looking for more examples
OK. Can you explain your goal in more detail?
I would like the solution to support the following capabilities:
In addition, features of chatGPT,
You can do all of this using the record chat field. But, to be fair, you have to create all the content-display-logic yourself.
yeah, thanks Stefan Helzle . That's what trying to do.