-
Recently active
Hi, I have a set of Integration object that uses a Connection System (OAuth2: Client Credential Grant).I am testing direct on the Integration object with blank attributes:1. If it use connected system and the API returns 404 (i.e. user not found), the API will always fired twice (not expected). Below are the debug logs:2. If it use connected system and the API returns 200, the API will only fired once (expected). 3. if I remove the connected system and the API returns 404, then it will only fired once (expected). 2023-10-26 07:26:14,981 - { "origin" : "local", "type" : "request", "correlation" : "d782eed85047a462", "protocol" : "HTTP/1.1", "remote" : "localhost", "method" : "POST", "uri" : "https://example.com/path/to/service/07?test=001", "host" : "example.com", "path" : "/path/to/service/07", "scheme" : "https", "port" : null, "headers" : { "Authorization" : [ "XXX" ], "Content-Type" : [ "text/plain; charset=UTF-8" ] },
I am a graduate student using the community edition as part of my Appian learning journey. I plan on doing a grad project on integrating Appian with AWS. Is it possible to explore this connectivity in the community edition? Any help would be appreciated.
I am working on Connecting Twilio to Appian, I have Inserted everything correctly and connected system authenticate properly. But the Twilio field is not working. It says invalid parameter for Sid, how can i resolve this.
I need to read and save data from XLS document. I tried using "Export excel to Database" smart service, but it is giving error "???The supplied data appears to be in the OLE2 Format. You are calling the part of POI that deals with OOXML (Office Open XML) Documents. You need to call a different part of POI to process this data (eg HSSF instead of XSSF)???". I also tried to convert the XLS document to CSV document using the "Convert excel to CSV" smart service and also tried to read XLS file in expression rule using fn!readexcelsheetpaging but still getting same error. Is there any way we can read XLS document?
Hi, I have a requirement for generating barcode or QR Code. At present I am using Barcode Utilities plugin which is available in App Market. But this is not cloud approved. Can anyone suggest me if any other plugin available or any alternatives for this?
Hi i have polled emails using filter and poll plugin in a process model. The body is saved as a .EML file in a folder. Is there anyway to extract the body of the EML file in to a table. Or to convert the .EML file into different format so that it can be extracted in to a table. I cannot use ReadEML plugin due to jar file conflict. any suggestions??
Hi All, If somebody has worked on Jira integration, Let me know if we can get the data based on list of project ids.(if i pass single project id it is returning the data).Solution i Have :- i can use a!foreach in order get whole data
Using integrations, I am retrieving outlook emails, but only receiving 255 characters rather than the whole body. Is there any way to get the whole email body?
Hello, I have been struggling with an issue for almost 2 days so far. I have an integration in a process that is triggered by a web API. I am repeating this integration up to 5 times the response was not successful. In the case where the response of the integration is successful in the first time, I am getting back the required response that is a json format that I am indexing from a process variable. In the case where the integration is repeated twice or more, the response I am getting back is empty as if the process variable was returned as a null value. The response i am indexing is the variable where I am saving the httpresponse from the integration. So again, if integration goes through from the first time, the response is filled, if it goes through on the second time or more, the response is empty as if the web API only considered the first value saved in the variable where i am saving the httpresponse and it's not updating it; and when i check the process variable
Hello team, I have a requirement where in the from there is a section where user need to fill order details (item, price, quantity). I need to provide an option to user to fill these details manually (this part is done) or by using an excel template. The tool should be able to read the content of the excel and fill it in the form before submitting the form itself. I know there is an excel plugin to read content but if I understand it correctly it can be read only after submitting the form. Is there a way how i can enable for the user to lead data form excel without levaing the form (staying on the same screen)? Thanks for nay answer
Hi My requirement is convert base64 data to appian value received from external system.I tried making it by referring to the URL below.docs.appian.com/.../Integration_Object.html The problem is that many pdf files were created.Has anyone had the same problem? How to solve it .Need advice and help!!! below is my source code image When i click refresh button the PDF file increases.↓
I am new to use this Range slider , noUiRangeSliderField() I am trying to install the new plug in and use this range slider My basic query is how do we save the slider value back to any rule input or local variable , i do not see value or save into parameter onClick: a!save( ri!value , What parameter we can pass as Value ? ) onClick: null,onChange: null,onSlide: null noUiRangeSliderField( label: "Temperature", labelPosition: "ABOVE", validations: {}, height: "AUTO", minRange: 0, maxRange: 200, startHandle: 0, endHandle: 200, pips: null, tooltips: null, sliderOptions: null, sliderOrientation: null, verticalHeight: null, step: null, behavior: null, additionalRange: null, shape: null, sliderColor: null, backgroundColor: null, disableSliderTooltip: null, disableSlider: null, readOnly: null, onClick: null, onChange: null, onSlide: null )
Hi, I am tying to run the Mysql to Excel plug-in: with basic SELECT Queries it works: but if I sent something similar to this: SET @pivot_sql = 'SELECT * FROM report'; PREPARE stmt FROM @pivot_sql; EXECUTE stmt; DEALLOCATE PREPARE stmt; it shows MariaDB syntaxis error. any idea how workaround for this ?
Facing an Issue with basic user, While I was trying to get inactivated user from custom Picker, It is throwing an error like insufficient privileges for basic User Login.But for Administrator user type it is working fine and I have Updated that plugin to its recent version as well.
I want to parse CSV file and load into CDT without DB. Please suggest a plugin which is not deprecated.
Hi I'm trying to implement an Appian Web API (POST method) that is exposed to an external system.This API capture data like passing a document inside a json structure to an appian.My question is how to impletement passing a document inside a JSON structure to an appian web API?Is it possible to implement it in appian web API?If not is there any other way I can implement it? Please share any relevant documentation or sample code reference. Thank you
Hi, Im engaged with a client who has adopted in their enterprise standards that all exposed microservices within their organization be consumed using gRPC (https://grpc.io/). Some of those services will need to be consumed by the Appian solutions we are planning. My current understanding of gRPC & supported authentication mechanism is the out of the box Appian connected system, HTTP & Open API authentication types will not work. As such we are considering if building custom connected systems and support for integration objects might work. Has anyone in the community run across a requirement like this and done any successful custom connected system development to support the gRPC framework or solved the integration needs in some other fashion?Also with Appian Integration SDK when developing custom Connected systems is it a requirement to use one of the Authentication Types supported by Appian (https://docs.appian
Hi What path should I use for web api document download? image is uploaded to appian's image folder and How should I specify that image folder?
Hi, i am trying to develop a smart service plugin for the first-time. I wrote a sample appian plugin xml how ever to add more xml tags and their attributes in appian plugin xml, we need to look at xml schema namespace of appian plugin xml, can someone please help me know where can I get the xml namespace to look for more xml tags and their attributes to add in appian plugin xml file
Hi Team, We are using Log Reader plugin to read the site_usage.csv log (https://community.appian.com/b/appmarket/posts/log-reader). However unable to read sites_usage.csv from path "audit/sites_usage.csv" using readcsvlog plugin, after Appian upgrade to 23.3 , however we were able to read audit/user_management.csv This function is working on older version of Appian (23.2) Please let us know if there is any way to read the site_usage.csv log besides this plugin. Site_usage.csv User management CSV
I have set up an integration with Salesforce to bring in Salesforce Opportunities and create records in Appian. I have created record types for the Opportunity, Content Document Link, and Content Document tables. What I need to do is upload any documents in Salesforce to the corresponding record in Appian. I.E. User creates Opportunity in Salesforce and uploads a document. That Opportunity syncs to Appian and creates a record in Appian. I also want to bring the attached document over from Salesforce and attach it to the record in Appian. Through Content Document Link and Content Document, I can see the attached document, I just can't download and attach. Has anyone done this before or can give me pointers on how to do this?
Is there any open source plugin to access the third party endpoint url with mtls certificate authentication. Please help us if it is available.
Hi, I have been trying to get the Create PDF Smart Service to run but keep running into the same error, no matter how I configure the inputs of the node. The error I am getting is An error occurred in executing an Activity Class. When I came across this error, I went looking through the community and tried to use the solution provided in the post below https://community.appian.com/discussions/f/general/10333/pdf-tools---create-pdf-smart-service This solution did not work and we get the same Activity Class Error as one of the replies on the post. I have tried configuring the node in many different ways to try and solve the error but the below is the configuration that makes the most sense to me which still returned the above error: INPUTS: Create New Document: True New Document Name: "Test_"&now()&".pdf" New Document Desc: null, Save In Folder: Folder referenced by an constant Existing Document: null, Document: null, Pause On Error: false, Content
We are currently on Appian 23.1 and we are trying to click on a cardChoiceField. Can someone please advise the correct script to use. The script in the Cheatsheet doesn't appear to work. Click on card in card choice field: |click on card|CARD_NAME or CARD_NAME[INDEX]|in card choice field|FIELD_NAME or FIELD_NAME[INDEX]| We tried using "choice" in place of "in card choice field" and that doesn't work either. (https://community.appian.com/discussions/f/plug-ins/24341/fitnesse) This is the code snippet for the cardChoiceField. a!localVariables( local!choices: a!map( id: 1, primaryText: "Choice 1", secondaryText: "Please click here", icon: "check" ), local!selection, a!cardChoiceField( label: "Choices", data: local!choices, cardTemplate: a!cardTemplateBarTextStacked( id: fv!data.id, primaryText: fv!data.primaryText, secondaryText: fv!data.secondaryText, icon: fv!data.icon, iconColor:
Hi Team,Please solve this problem..Not able to run sample test which is provided in exmaple
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.