-
Recently active
Hi Team, We have a requirement where we need to upload larger files to share point. But using sharepoint connected system getting the below exception which says files of size > 266 MB Could you provide options of implementing this use case taking scalability and performance into consideration. Thanks and in advance.
Hi Team, Does anyone has recipes for the following use cases: - Updating an existing file in Sharepoint (basically I want to create a new version for an existing file). - Upload large files to Sharepoint If you have something can you please share your ideas / developed recipes for the above? Thank you so much,
There's a clear explanation in Appian documentation that we can authenticate web api access in Appian through 3 ways - Basic, API Key and OAuth. But, I still have some unclarity in two of them. Would really appreciate your help. Basic Authentication - Need complete details on this type of authentication. How can we configure it in Appian. I know the way how web API can be consumed using these credentials but not configuration settings in Appian. Please clarify. API Key - What is the real use of creating a Service Account in generating API key. How service account is connected to a web API and third party which is calling web API. How the actual flow and security settings work using this authentication when third party system submits the API call? Also, is Basic Authentication in Appian enabled by default. Can I disable it if I don't want to follow this method, can we have basic and API key authentication both in Appian configurations but use one of them? Thanks
Hii i am new to Appian, I am trying to implement an Appian Web API (POST method) which would be exposed to 3rd party external system. This API would capture some data points along with document as part of single POST API request body. (Document can be pdf,doc,img) and insert same in Appian DB and document folder. Currently I am able to put values in DB and using a separate implementation store document in file storage successfully. But while storing document unable to get document id on storage success which could be further mapped as reference point in DB. -- How can i get document id in workflow and store same in DB? Major documentation talks about this implementation from forms perspective but i couldn't find details to achieve same over Appian REST web API. What is the best practice for implementation and Please share any relevant documentation or sample code reference.
Hi All, I'm getting below error when using Advanced Call Web Service (Endpoint). bundleName for SmartServiceException, builder.smartServiceClass=class com.appiancorp.ps.plugin.wss.smartservice.deprecated.AbstractCallSOAPWebServiceV2 I'm using this to convert document into base64 and send it in the soapbody xml for the webservice. Thanks Malavika
Getting below error when i am trying to authorize .Is there any resolution? OAuthResultMessage Authorization unsuccessful. We received the following error: error: request_error error_description: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
Hello everyone. I'm trying to configure an Integration with Content_Type "application/x-www-form-urlencoded" but I don't know how to configure the input parameters, and I tried a thousand ways and I can't, can someone help me? Any example....cURL (Postman)curl --location --request POST 'myService.corp/.../token' \--header 'Content-Type: application/x-www-form-urlencoded' \--data-urlencode 'scope=customer-profile-oa2p_1.0.0 card-contract-oa2p_1.0.0 demand-deposit-account-oa2p_2.0.0 deposit-account-oa2p_2.0.0 current-account-transactions-oa2p_2.0.0 credit-card-statements-oa2p_2.0.0 card-oa2p_1.0.0 credit-card-statements-oa2p_2.0.0 card-transactions-oa2p_1.0.0 current-account-transactions-oa2p_2.0.0' \--data-urlencode 'grant_type=client_credentials' \--data-urlencode 'client_id=OreHn9wPTYoHG45gNS7EgH-p5MLGBIp9LDDGrL5JLAs' \--data-urlencode 'client_secret=jE_lYqmYjyFCOpebCcZkGW0o0tS318S73bojDgsVoMU'
Any information on how to connect a pager to an appian is useful.
i have a table of 6 fields . i am requesting the data with GET request so that i want to show only 3 fields from the table. How can i do that?
while creating in service account the API key is automatically generated but when I try calling the API service in postman it is asking key and value. Where can I get the those values.
Can we call the web API service outside the Appian without the 3 authentication services(Basic Auth, API Auth, oAuth 2.0)
how can I call postman into my appian using web api application.
HI Everyone, We have a scenario where we need to share documents with non appian users. Can someone help us how we can do that what protocol is required ?
Hello, I am using a WebService query smart service to do Get and Update Merchant. We do a Get call to get the latest data, modify the returned object, and update using the UpdateMerchant call. Thers is an attribute "LastModifiedDate" which holds Date Time, not supposed be modified. I am just passing without any change. But there is a random 3 milliseconds difference during the Get and Update. I am seeing random success response but its intermittent. Becasue of this difference, the Update call is throwing an error with "Unable to add due to typical Microsoft CRUD design - Status - OutOfDate.. I am not sure how Appian gets the raw data. I could only see data once it is converted into an Object. Did anyone face this issue or what could explain the error? Thanks
i have created a Api and done integration for that API. the request is successful . but how can i call the integration into my interface? can anyone pls help
Is it possible to consume the message from SQS queue using APPIAN?
Hi Appian Pals!I need a bit help from your end to manage the DocuSign API and hit the resend email action on a same envelope ID.Right now the the result of the API hit is success but I am receiving an empty body in response.I have used the following configurations for request body:As this is a put request to Update and trigger the resend of docusign Email, So I need to implement minor changes to make it working.Can you please guide me on where I am being incorrect here?
Can anyone please tell me what's the reason of this error ? I'm a beginner and trying to integrate twitter in appian.
I’m working on using DocuSign to do an embedded signing of a PDF document through Appian. I’ve set up the DocuSign Connection and Integrations that will create the envelope, generate a signing URL, and pull down the signed document. I’ve also set up the following flow: Push the PDF to DocuSign and create an Envelope. Generate the Recipient Signing URL. Use the URL to redirect the user to DocuSign to do the signing. Created a WebAPI that DocuSign redirects to after the signing is complete. I’ve created a process that takes the envelope ID (which is included in the return URL that DocuSign redirects to after signing is complete) and pulls down the associated signed document, it then takes the user to a page that allows for further processing and allows them to download the signed PDF. I’ve tried to start that process from the WebAPI but since DocuSigns calls that URL via the GET method and Appian doesn’t allow smart services t
How to connect to docusign using JWT authentication?
Unable to use Microsoft Edge Fitnesse For Appian I'm trying both FitNesse for Appian and also in Appian Selenium API. Anyone tried before?
I have one web api which is using a!startProcess to call the process async. As it is async and does not wait for process model to complete it is not updating the process variables in the response. What are the possible fixes we can do?
Hi, I am trying to integrate a web api in Appian enviornment but getting error that The connection is not secure even the web api is secured by SSL certificates. Apart from this, I am able to access web api in postman without any errors. Please suggest me what should I do to fix this.
Can we use "Modifying Data" option for GET method . What is the actual usecase for "Quering Data " and "Modifying Data" .
Good morning, I am trying to create a Web API that returns all the documents (more than one) for a given ID. Is there a way to do this? Thanks
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.