-
Recently active
I want to create a Google Drive Connected System, but i don't know from where I will get the Client ID and Client Secret, Can anyone please help me out.
Hello Appian community, There is a way to create an EML file other than using the plugin "Create & Read Email Files Utilities"? In this moment y have 22.4.870.0 version Thanks in advance
Hi team, Am working on an app which aims to updated external database(Mongo DB) and for this we are using Mongo DB connected system. Now we have a use case where we must update an existing collection entry with new details, and we are facing problem to update it correctly. Below is my collection structure. Col A Col B Col C [ {NestColC1A, NestCol C1B, NestColC1C}, {NestColC2A, NestCol C2B, NestColC2C}, ] Col D [ {NestColD1A, NestCol D1B, NestColD1C1[ {NestNestColD1C1A1, NestNestColD1C1B1, NestNestColD1C1C1}, {NestNestColD1C1A2, &nb
Hello Community Members, While using Export SQL to Excel Plugin, we are observing that it is over-riding existing file in same folder if file name is same instead of creating new file. Anyone observed this behavior before? Any workaround like changes in Parameter that may mitigate this. Keeping file name unique is alternative, but we have case where same file name can be present multiple times in same folder. So need to understand if it is the known plugin behavior and file name should always be unique if using this smart service "Export SQL to Excel"
Hello everyone, we have a new requirement to connect JDE integration I am not sure how to connect JDE from apian can anyone guide me please Thanks!
Hello, i have a Web Service and i save the Result.body response as in a process variable map. For auditing reasons i need to save this result as a *.json file that just needs to stay in the Knowledge Center for now. How can i achieve this? I have tried using a template but from Map to document i loose all the Json elements. Thank you
Hi, I need to export data from multiple data store entities into excel sheet. Current I am using "Export Data Store Entity to Excel" smart service but this services takes only one Data store Entity value as highlighted below. How can I take multiple Data Store Entity values and export to excel at once? Please advise.
Hi Community, I am trying to generate a JWT using createtokenwithsecretkey() in JWT plugin (using HS256). When I use the generated token and hit the Tableau signin API, I get signin error and JWT is invalid ( details error code: 10083). However, I use the same parameter details in a python code and use the token generated, the API returns me a successful response. Can anyone help me with the issue on Appian side please? createtokenwithsecretkey( externalSystemKey: "jwt", /*Set the third party credentials in Admin Console */ iss: <tableau connected apps clientID>, aud: "tableau", typ: "JWT", /*jti: fn!generateuuid(123),*/ exp: 43200 )
Hello Community members, I am using the 'Get Base64 document from database' smart node to fetch a document from the database. As part of the new requirement, I need to fetch multiple such documents from db, create a ZIP file and allow users to download it - all in one click. I tried creating a web API to call an Appian integration that starts a process. The process uses either MNI or looping flow to fetch all the documents, creates a zip and terminates. Both options seem to be unreliable as not all the docs get downloaded using a loop or MNI with activity chaining (plus it's not best practice to use MNI + activity chaining). Have you encountered similar problems in your project? If so, do you have a solution for me?
I have requirement to call service now API before every manual deployment. Appian support team should not be able to deploy package in Production if change ticket from service now is not approved or not in start time and end time window. I have achieved the integration by calling service now API but I am not able to restrict the "DEPLOY" button on Appian Production screen based on the check. Is there any way we can restrict the deployment here?
Hello, I'm currently testing the Selenium Appian API and we have this component (richTextField) from the Rich Text Editor Component plugin used to style sent emails. I cannot populate the field even though the verifyFieldIsPresent method returns true, I've tried using the populateFieldWith method and Selenium findElement directly without success. Thank you so much!
I have tried with Web Content Component it will embed page with provided source url but it will ask for logon and password again.
Hi, While getting data from DB using in WebAPI, getting Z appended only in the datetime field as below. WebAPI: a!localVariables( local!Details: rule!XXX_DetailsView( batchSize: http!request.queryParameters.batchSize, startIndex: http!request.queryParameters.startIndex ), a!httpResponse( statusCode: 200, headers: { a!httpHeader(name: "Content-Type", value: "application/json") }, body: a!toJson(value: local!Details) )) It's a simple GET API. NOTE: rule!XXX_DetailsView - This is queryEntity used to get data from View. Anyone can advise, what could be the reason, and how can we remove this extra 'Z'.
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.
I am trying to set up an OpenAPI integration based on the JSON provided in the link below, but it is giving me an error message "The selected OpenAPI document could not be parsed" when I upload the document. Does anyone have insight here? I am not seeing anything in Appian's documentation that would assist troubleshooting.https://docspring.com/api-docs/v1/openapi.jsonSource: https://docspring.com/docs/api/openapi.html
Hi, i am exploring building the component plug-in for the below activities: 1. i will pass the parameter to the plug-in and based on that parameter the plug-in should get the data from the database and show it on the plug-in itself 2. if i modify the data on the plug-in it should update the same data on the database. Please suggest the approach for the above requirement. please let me know if any sample plug-ins
I have installed IAM Application from the Appian App Market and also created another application with integration in it. Now I need to know how to configure this integration app into IAM app to get the integration error if there are any integration errors? Thanks in advance.
DocuSign integration I have seen another project where when they create an envelope, they send a draft envelope to DocuSign. When the envelope is created, they call an integration object to retrieve a url like below: Apologies for the blurry images, but this is the setup to this integration object: In the Response Body in the first image, there is an http url. They are able to take that url and provide it as a link in an Appian interface, so that a user can click on that link and immediately see the DocuSign draft envelope configuration screen, where they are able to configure signer and recipient information before sending the envelope off to be signed. We want to replicate that in our project, however, we're using Appian's OOB DocuSign objects. Our connected system is below: We're not able to generate a similar URL. When we create and send envelopes, this is the only thing we see: If we try to get envelope definition (operation Get Envelope Definition), this is all we
Hello, I want to generate CSV file and send it via mail. There are smart services through we can generate CSV file but in this case my data is not stored in tables. Please see below: Functionality to generate CSV file on demand and send it to the User. In this Case since data is not yet saved in Appian tables, fetch inputs from Process Variables and generate the CSV when User clicks the button. Can anyone help me in this? Thanks
Hi all. I would like to capture via API the error that has occurred within a process instance in Appian. I have tried to do it with several methods through the ProcessExecutionService, but I can't find a way to do it. The error I want to capture is the one I can see within the process instance in the errors tab Could you help me please?
Hi All, I want to retrive my credentials stored in third party credentials in Admin Console or in Settings page. I have tried a!scsfield() and a!httpAuthenticationBasic() but no luck. Can anyone suggest how can we retrieve the data stored in secure credential store to integration object. Thanks In Advance.
I want to add text field with clickable icon but I am unable to find witch plug-in i nee to use,can any one help me with this.I need text field like this.
I am looking for a way to convert Base 64 format string to document in Appian. Note: The base 64 format string is coming as a JSON input request string when external system hits Appian web API. So, I don't have any integration object here to auto-convert the same to document using default Appian functionality in integration object. I need to receive this format, convert into document, store in Appian document folder and show the same in UI (without using integration).
Hello, We've successfully implemented the web API document upload template in Appian, fetching documents and metadata from an external system. However, we've encountered an issue where the file name is consistently labeled as "Untitled Document" in the process. Any assistance in resolving this matter would be greatly appreciated. Thanks
How to detect/fetch all base64 values using Gmail API response in Appian? Currently, I am using this End point/URL "">gmail.googleapis.com/.../messageId".
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.