-
Recently active
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
Hello, Is there any way we can automate the plugin discrepancy problem across all env (DEV< SIT< UAT< PROD) ? we are facing issues while release time, get to know that plugin version is different in Production env as compared to UAT. This is causing delay in release. i want to create an automated utility which get plugins data from Production env and compare UAT and PROD plugin, warns beforehand about all the discrepancies. or can we set privileges to certain developers for plugin upgrade in lower env. So that every developer can not update plugin in lower environment.
Hello Everyone, does anyone have experience with test automation in Playwright? Dou you know if it is possible to use Appian Selenium API within Playwright? If yes, could you provide some config details? Thank you in advance, Chris
Hi all, We're currently working with the AVM and AIM plugins together with a deployment pipeline in order to automate our deployments. We are trying to make use of AVM for pushing our appian code to bitbucket.Anyone can suggest where we should configure AVM for that and how we can execute the script. We have configured AVM in /data-01/appian/AVM path, but while executing .sh script we are getting error saying Linux prompt: version-application.sh -action addContents -vc_username <abc123> -vc_password <******* >-application_path <"Windows Sysytem path" >-commit_message “Adding account test record” Error: Could not find or load main class com.appiancorp.ps.automatedversioning.AutomatedVersioningManagerLinux prompt$: Thank you. Harikrishnan
HI i am getting an error in PM while executing generate PDF FROM DOCX Element type "ceatable" must be followed by either attribute specifications, ">" or "/>". How can i reslove this Thanks
calworkminutesplugin is working fine in expression rule. But when i call the expression rule from the process model getting the below error message. Expression evaluation error in rule 'xxxxx' at function 'calworkminutesplugin' [line xx: ) (Data Outputs) Any Suggestions Please.
Hi All I am using the plugin to import Excel to a database in Appian while importing data in to appian cloud database the null values are stored as empty strings. Many Thanks in advance
Hello everyone, I'm trying to figure out if it's possible to retain the data selection I make in an interface that I invoke in a dialog when I close and reopen the dialog. I had found an Appian plugin that handles these activities with cookies or something similar, but I can't seem to find it again. Can anyone help me? Thank you very much.
in googleComboChartField() is it possible to show drill down data grid below..., up on selection on report
Graph API (The send or update operation could not be performed because the change key passed in the request does not match the current change key for the item. Getting this error in ms poller graph. In the mailbox ,getting the below error:The following error(s) was thrown: Error code: ErrorIrresolvableConflict Error message: The send or update operation could not be performed because the change key passed in the request does not match the current change key for the item., Cannot save changes made to an item to store.SaveStatus: IrresolvableConflict PropertyConflicts: DELETE Prefer : IdType="ImmutableId" SdkVersion : graph-java/v5.41.0 412 : Precondition Failed [...] [Some information was truncated for brevity, enable debug logging for more details] -- Mailbox: can some one please help me
Graph API (The send or update operation could not be performed because the change key passed in the request does not match the current change key for the item.Getting this error in ms poller graph.In the mailbox ,getting the below error: The following error(s) was thrown: Error code: ErrorIrresolvableConflict Error message: The send or update operation could not be performed because the change key passed in the request does not match the current change key for the item., Cannot save changes made to an item to store.SaveStatus: IrresolvableConflict PropertyConflicts: DELETEPrefer : IdType="ImmutableId" SdkVersion : graph-java/v5.41.0 412 : Precondition Failed [...] [Some information was truncated for brevity, enable debug logging for more details] -- Mailbox:
Hi Vuram, We are able to successfully install this plugin in one of the on-premise environment however when we try to use analogClockDisplayField() or digitalClockDisplayField function on the interface we are not able to load clock/actual time properly. it shows blank screen on the interface. our on-premise environment setup i) we made multi domain environment ii)We are on Appian version-22.3 Could you please suggest if we are missing any setting to work this plugin on -premise environment?
We are able to successfully install map field component plugin(downloaded from link--https://github.com/appian/integration-sdk-examples) on on-premise environment but we are not able to load map on the interface side We have google map key generated and used in this component as well. We are using below sample code in interface to display the map load( local!location: "the white house", local!pin, { mapField( label: "Map", height: "AUTO", key: "AIza...5vE4", location: local!location, pinValue: local!pin, pinSaveInto: local!pin ), a!textField( label: "Location", value: local!location, &
any one have any idea about hw to create the chart like this?.if any one have any idea could you please help me with it?
Hi, I want to develop an application that can work in 2 languages - English and French, I went through the documentation and other resources but it is not very clear how to go about it. Can someone kindly provide a step by step document or a resource if you have any (As in which files/plugins to download, where to store them, what changes are to be made in the appian objects and how to run the site finally). I understand some of the earlier plug ins used for this has been discontinued as well. It will be of great help. Thanks in advance Swetha
Hi All, I am trying to create a zip file using create zip file smart service. After configuring the parameters (documents,folder,file name) i tried to execute the smart service but getting this error. Exceptionnet.lingala.zip4j.exception.ZipException: java.io.FileNotFoundException: /usr/local/appian/ae/_admin/accdocs2/1001691/TestZip Attachments9/5/2023.zip (No such file or directory) Any suggestions on how to fix this error. Thanks in advance Pradeep
Hi All,I have used Plug in "PDF from HTML" to generate PDF from the html doc.HTML has the expected data with 34 rows but PDF generated has only 28 rows. can anyone guide as to how the last 8 lines are getting truncated in the PDF. Please let me know how to have all rows in PDF generated from HTML doc.red highlighted part in HTML is not getting generated in PDF.
Hi ,mails are not getting polled in the UI , getting the below error."Invalid client secret provided. Ensure the secret being sent in the request is the client secret value, not the client secret ID"Can someone please let me know what can be the cause and what is the latest version of poller.
Hello, We've been using the MSGraph Mail Poller plugin, which has been running frequently with no issues for a few months now. Over the last couple of weeks, it's been intermittently erroring once a day, this process is ran every 10 minutes. The node is returning true for errorOccurred but the errorMessage is always either null of 'Error executing this request' with no other information. The node itself is not erroring so the process from an Appian perspective is running as expected. We've haven't found any errors in the logs or from the mailbox side when it's being polled. Does anyone have any information on what could be triggering the plugin to error, or any thoughts on a way to find more information? Thanks!
i want activity name in different rows if i have 5 activity name then come in five rows , like above activity i am using doc to pdf plugins is there any way to archive this thanks
Hi Team, We have a requirement to upload/download the documents into the shared folder from appian. Could you please suggest. Thanks
Hello Community,Can someone help what is going wrong here, I am trying this in Appian community edition ? Receiving this error Expression evaluation error at function 'groupprofilerecordtypesource': The passed parameter(s) are of the wrong type. Received the type com.appiancorp.common.xml.JaxbConversionException: JAXB failure trying to convert typed value TypedValue[it=1474,v={TypedValue[it=1478,v={{{id,id,1}}}],TypedValue[it=1358,v={AND,{}}],{1,1,<null>}}] to java class com.appiancorp.common.query.Query.groupprofilerecordtypesource( query:a!query( logicalExpression: a!queryLogicalExpression( operator: "AND", filters: {}, ignoreFiltersWithEmptyValues: true() ), pagingInfo: a!pagingInfo( startIndex: 1, batchSize: 1, sort: a!sortInfo(field: "name",ascending: true) ) ) )
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.