-
Recently active
Is it possible to upload diffrent type of documents in upload document web api. i need to upload pdf ,jpg and png in a single API can anyone help me pls and can i pass a binary document into an upload document web API?
Hi All, We have a UI where we call a safe link to open an External UI in the same tab. This safe link can be triggered from multiple places in Appian (Sites or Tempo). A single user can have access to multiple sites or tempo from where they can trigger the safe link. Now on the External UI, we have to call a link (link will be sent to External UI using API) to navigate back to Appian from the original location, but the problem is we do not have the browser URL from where the user clicked the safe link from. So is there a way we can find out from which site/tempo was the safe link triggered?Eg -User is on Site A -> Triggers a process -> UI has safe link -> User clicks on Safe link -> Navigated to External SiteUser is on Site B -> Triggers a process -> UI has safe link -> User clicks on Safe link -> Navigated to External SiteNow how do we know that the user was on Site A or Site B as in Sites we cannot add any parameters while calling any processNote -&g
Anyone was successful in setting up SLO with Okta? I am successful in setting up SSO, but for SLO, okta requires a Signature Certificate. And no matter what I provide (like one self signed generated using openssl, or provide the godday cert for Appian), it is not working. It says Signature is invalid. Is there any pointers please?
IDp Source: AWS SSO, Accessing Appian app. as external application thru AWS SSO SAML authentication. Could you pls suggest how do we import / upload the signing certificate in AWS SSO? I could not find any option to upload the certificate in the "Manage Certificate" section. Is this something that we can't do in AWS SSO whereas this is allowed in Azure AD SSO. The AWS SSO certificate which we can download does not contain the private key. My SAML Appian SP application expects to configure SAML settings with private and certificate data in the combined . pem file. In AWS SSO, I'm unable to upload / import the certificate file that I've configured in Appian application. Does it means AWS SSO SAML authentication not compatible to integrate with Appian? We've managed to successfully configure and test this with Azure AD SSO. I'm trying for alternative approaches of integrating AWS SSO Idps with Appian app. Thanks.
We have an integration object that calls an API that returns a document. So far we only needed PDF so we hardcoded the extension to .PDF. Now we can also receive a TXT file that contains JSON data in it. What is the best way for us to dynamically set the extension depending on the document that we receive? The integration team added the Content-Type to the HTTP headers but when I remove the .pdf, the document extension is set by Appian to .bin. (The txt file is getting set to .json) Any recommendations on how to best implement this?
Hi Folks, Is there a way to cache the output which we are getting from the response body of a API. So for example if we are calling the Workday API to get the details of a particular employee based on his email id.So if I pass the same email ID multiple times individually in 1 hr or 2 hr period, I will get the same result from the Workday API . So instead of calling the API and getting the response, is there any way where we can store the response for some time period and in that time if new request come for the same employee, then instead of calling from API , it will fetch it from cache. So it's great for performace improvement. Regards, Ghanashyam
Hi there, I have an integration calling a SOAP web service, returned result as the following ("Return raw response body"), how to extract the data circled by RED? regards,
Hi, I'm trying to import Automation Anywhere features in Appian RWM. I followed the documentation, but I retrive an error message when I wrap the ETL Process model. Please, could you help me? Thanks in advance, Erzen
Is it possible to use OAuth to connect to Azure DevOps API? I saw another post saying the OAuth used by Appian is not compatible with SharePoint and wonder if the same holds true for the Azure DevOps API.
I am getting the following error when I am to insert on my table. Any ideas why? the following data what is SCOPE_IDENTITY
I am getting the following error when I try to insert a new item to my Integrated DB An error occurred while trying to write to the entity “UMS_INTEGRATION_AAPP” [id=1af91040-2df8-4691-95b9-0a2d725ec112@11037, type=UMS_INTEGRATION_AAPP (id=4502)] (data store: UMS AZURE DS). Details: org.hibernate.exception.SQLGrammarException: could not insert: [UMSINTEGRATIONAAPPDT4539]: com.microsoft.sqlserver.jdbc.SQLServerException: 'SCOPE_IDENTITY' is not a recognized built-in function name. Data: TypedValue[it=4502,v={100054,<null>,111.0,111.0,111.0,111.0,<null>,<null>,<null>,<null>,<null>,<null>,Boston,New York,,,,,,<null>,<null>,<null>,<null>,<null>,<null>,<null>,<null>,<null>,<null>,<null>,2021-04-23 00:00:00.0,2021-04-23 00:00:00.0,Administrator,Administrator}] however I don't get this error if I try to update an existing item on the DB
I am trying to set up an AWS S3 integration using the Amazon S3 Utils plug-in. I have everything working except I need to give the plug-in the necessary credentials through the Third Party Credentials section of the Admin Console. Could someone let me know what should be in the "Test Connection" expression or how to go about testing that connection? Thank you
I have an integration system with Appian and Microsoft Azure, however the client wants to have a default account to view the page with the records. My question is is it possible to access Appian without the need of Authorization? do you need to log in at all times to access Records, Sites or Interfaces
Hi, How can I convert the below dictionary- { name:"Vivek", place:"XYZ" } to something like this: "{\"name\":\"Vivek\",\"place\":\"XYZ\"}" It is a bit from what a!toJson function returns. Any lead will be helpful. Thanks!
Hi, Could someone help me on learning WEB API and Integration Objects in Appian? I need some free URL for REST API for (For learning WEB API and Integration Objects in APpian) and Also WSDL url for WEB API object. Thanks Faisal
Dear all, i tried to setup uipath connected system, but i got "method not allowed" error. The login credentials and the url to the orchestator are correct. Can anyone give me suggestions? thanks
Team, We are using Azure AD for authentication SAML SSO with appian cloud , same is working fine. I have a process which will check user details against azure AD for getting first name , active etc any idea how to do it ? Anyone have done it for esignature or just checking user details?
I want to Integrate Google Dialogflow into Appian Interface. Has anyone tried this before. Is there a guide to get started with?
Hi guys, I'm trying to set up Appian RWM with Automation Anywhere. I followed the documention , but when I try to run RWM AA ETL Wrapper Model I receive this error: Someone can halp me? Best regards,
"
We would like to implement authorization using keycloak in Appian. Can anyone suggest anything
Hi , I am setting a rest call using Integration Smart Service and on the field which is text I need to sent a sprecific structure like follow: { { "Name": "Name1","Value": pv!Value1},{ "Name": "Name2","Value": pv!Value2}} . I try several different scenarios but nothing is complete as expected. Please advice me how to proceed. Thanks in advance.
Hi, How should we get Model Id of a particular channel while using the Intelligent Document Processing functionality of Appian? Thanks in advance! Shakshi Agarwal
Hi all, I was wondering whether there is a way we can initiate batch request to OData API like mentioned in http://docs.oasis-open.org/odata/odata/v4.01/odata-v4.01-part1-protocol.html#sec_ReferencingNewEntities using Appian's out of box integration objects? If yes, is there any example anyone can send? Thanks in advanced!Akshar
Has anyone successfully integrated ws -fed with Appian for Authentication?
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.