-
Recently active
I have a document generated by plugin called DOCX From Dynamic Template that I used a list of images in it, it works very good but when I try to convert it to PDF using pdf from docx it works only if there's only 2 images, when there's 3 images the document generates 2 pages instead of 1 page, the plugin won't convert it to pdf. [View:/cfs-file/__key/communityserver-discussions-components-files/11/new-doc-_2800_11_2900_.docx:320:240] Attached file of the document.
Is there any page in appian to see all the available plugins that are available in the market provided by Appian?
Hello all I have started my training on Appian and requested for a Appian instance. I am unable to login using my username that was setup and the Appian password. Is there a different setup required to access the instance where i can practice? thanks for your help!
Hello, While attempting to access the site in the browser it continuously spin. Even tried rebooting server and restarting service even though APPIAN was down. Below is the dump of my tomcat-stdOut.log --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Using CATALINA_BASE: "D:\appian\tomcat\apache-tomcat"Using CATALINA_HOME: "D:\appian\tomcat\apache-tomcat"Using CATALINA_TMPDIR: "D:\appian\tomcat\apache-tomcat\temp"Using JRE_HOME: "D:\appian\java"Using CLASSPATH: "D:\appian\tomcat\apache-tomcat\bin\bootstrap.jar;D:\appian\tomcat\apache-tomcat\bin\tomcat-juli.jar"2021-10-26 16:45:24.778 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server version name: Apache Tomcat/8.5.502021-10-26 16:45:24.779 INFO [main] org.apache.catalina.startup.VersionLoggerListen
Hi Team,I am beginner for this and when i am trying to create interface as per given exercise facing below error:Interface Definition: Expression evaluation error at function a!forEach [line 3]: Error in a!forEach() expression during iteration 22: Expression evaluation error at function a!imageField [line 10]: Invalid Content IDPlease find screenshot and expression.Expression Rule a!queryRecordType( recordType: 'recordType!{391041f9-2ab5-47c8-aec1-305635d10c72}Maintenance', fields: { 'recordType!{391041f9-2ab5-47c8-aec1-305635d10c72}Maintenance.relationships.{c63442fb-89ae-4fd3-be56-1b5aadab0874}vehicle', 'recordType!{391041f9-2ab5-47c8-aec1-305635d10c72}Maintenance.relationships.{c63442fb-89ae-4fd3-be56-1b5aadab0874}vehicle.relationships.{85df0a35-5cc8-448b-95fc-ac0791c484b1}category', 'recordType!{391041f9-2ab5-47c8-aec1-305635d10c72}Maintenance.relationships.{c63442fb-89ae-4fd3-be56-1b5aadab0874}vehicle.relationships.{a0b52700-f420-4ded-a70b-9a9f3b824ae0}
Hi Expert, Could you please describe about the "Process Backed Record".What is the role of Process Backed Record? Is Process submission is enough to define it's defination? Or Do we need to wait the completion of the process to define its definition? Thanks
what permission is required to generate documentation for process model? is it viewer, editor or administrator?
Hi Appian Devs, I am facing an issue while converting a merged ".docx" file in my process model.If you see the .docx file, it is merging the document as per my requirements, but when i am taking that merged document output variable to convert that document into pdf, I am getting only 2 pages of the entire docx file converted whereas the actual merged docx file is of 20 pages. I tried multiple approaches, the approach of sub-process and many other methods, but not able to get the complete merged document but failed.Can you please give me the right direction?
for example my input is 0323 and i need output march-2023 (or) 03-2023
Hello, I am working on a connected systems plugin that needs to work with the data entities and storage within Appian. I would like to know whether it is possible to create data entities automatically through the plugin if they don't exist and read the data attributes (not only values) of entities all using the Java API. It is also unclear to me from the documentation where I should even begin to look when working with the Java API, so if someone could point me in the right direction as well, that would be great! Thanks!
Hi Team, When i open my application Record Type "AX Vehicle", clicking on View record list. Till here everything is going fine. But in View record list when i am clicking on any Vehcile Vin to view vehcile details like Summary getting below error. Error Evaluating UI ExpressionExpression evaluation error [evaluation ID = UKXX9] at function rule!AX_VehicleSummary [line 7]: Could not cast from RecordType to AX Vehicle. Details: CastInvalid (APNX-1-4198-000) Note: News and Related action is fine, only In Summery error is coming. Could anyone please help.I am just beginner here.
Hi All, As per my current requirement i am using an integration for google space where i want to color Card background, border and header any suggestion?, I have already tried with font color in title of header but it's not working, same i am using in content for message and it's working fine so any solution for header and card? Below is the code which is i am using. { "cards": { "header": { "title": concat( "<font color='#90EE90'>", if(rule!APN_isEmpty(ri!gChatTemplate.headerTitle),"Notification",ri!gChatTemplate.headerTitle), "</font>"), "subtitle": if(rule!APN_isEmpty(ri!gChatTemplate.headerSubTitle),"Notification",ri!gChatTemplate.headerSubTitle), "imageUrl": if(rule!APN_isEmpty(ri!gChatTemplate.headerImageURL),"">is3-ssl.mzstatic.com/.../1200x630wa.png",ri!gChatTemplate.headerImageURL) }, "sections": { "widgets"
As part of my organisation the exam fee should be 100$, but it is reflecting as 200$. Can someone help me with this. I have logged in with the company Id. Profile is also updated with partner network.
Hii All, I am working on Audit log using CDT comparsion plugin and tha data comes in grid like that: Now I want to combine fieldname column and previous value column like that: Province : NL Thanks
I have added 5 fields in backend database that is oracle db , now I have downloaded the existing xsd from the cdt, updated the xsd by adding the five columns, got this error while trying to create new version from XSD
Dear Appian Community,i want to call a pretty common webApi with a regular JSON request.Usually no issue. CDT/Map tojson() go for it.Just faced that a key is mandatory at the receiving end which has a "space" in it.But CDT field names and Map paramters are just working without space.To show what i mean:the API expects a JSON parameter like "Creation Date: "my CDT has "CreationDate" (so space missing) Any ideas to solve it?Still amazed that i never faced that so for.kind regards,Richard
Hi, I want to implement a functionality, wherein I am displaying a button, and on click of that buttton, I am letting user to download a file containing data from the database. I am using exportDataStoreEntityToCsv() smart service to achieve this. But it is a 2 step process, and I am not quite sure how to integrate the download functionality in the button. Can anyone help me in this ?
Hi Team, I am working on the record history of my Appian application. I created a new table with a similar column in application addition with Modifiedby, Modifiedat, and Operation in order to see create/update and delete history of the application record. Along with the db table, I have created a record type and data type. I have done the entity mapping successfully in the datastore. Now while I am updating the code in create/update/delete interface, I am unable to fetch the data. Below is the code snippet I am updating in submit button to save the record simultaneously in history table as well. buttons: a!buttonLayout( primaryButtons: { a!buttonWidget( label: "Submit", saveInto: { a!save(ri!record['recordType!{031f0b84-9549-4b3a-942c-a8fd3d0dfa62}NH_Handover_History.fields.{b5d840ba-2408-425d-b829-510414356ac2}serialnumber']), a!save(ri!record['recordType!{031f0b84-9549-4b3a-942c-a8fd3d0dfa62}NH_Handover_History.fields.{d7f705b2-c020-47c9-95c4-cbe0e6df18a2
I have a requirement where I have to process, filter and Validate 35-40 MB data in excel with 100+ columns and if validation is successful then Import the data into Landing table. What could be the best way to design this. We don't have any control on excel to create multiple excel files and upload. It has to be done with all. We are already managing 2K rows with process & validate but Customer wants Appian to do filtering and then process. But After filtering we need to do validation on resultant data after filter and inform user via popup or message in UI.
Hi, Is there a way to show the "user login history" on the interface screen used by end-users? I do know that system admin can monitor the "Current User Activity" from [Appian Administration Console > MONITORING > Current User Activity]. But, the needed function is to show the "history of user login". Thank you
Hi, I am using Create PDF smart service to generate a PDF with plain text. Am getting the following error in the Create PDF node. ???contents.error.alertMsg??? Error Text: U+000A ('controlLF') is not available in the font Helvetica, encoding: WinAnsiEncoding Am using the following expression to generate PDF contents a!localVariables( local!text: "Firstname Vikrant " & char(10) & "Lastname Bhardwaj " & char(10) & "Address 100 NW AVE " & char(10) & "City Irving " & char(10) & "Zipcode 12345 "&char(10) & "Country USA",'type!{urn:appian:ps:pdftools}PdfContent'( sections:{ 'type!{urn:appian:ps:pdftools}PdfSection'( style:'type!{urn:appian:ps:pdftools}PdfStyle'( font:"Times New Roman" ), components: { 'type!{urn:appian:ps:pdftools}PdfText'( value
"Your account is locked because of too many authentication attempts." What shall I do? Can anyone help me please?
Hello everyone We have a requirement where we must group repeated values in a table, that is, as seen in the image, the name of a user appears 3 times, how to make it only appear once /resized-image/__size/320x240/__key/communityserver-components-multipleuploadfilemanager/e7419661_2D00_e8f0_2D00_4b40_2D00_9d0d_2D00_44f18f7d1bd9-92092-complete/pastedimage1672865100983v2.png
Hello, While attempting to access the site in the browser it continuously spin. Even tried rebooting server and restarting service even though APPIAN was down. Below is the dump of my tomcat-stdOut.log --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Using CATALINA_BASE: "D:\appian\tomcat\apache-tomcat"Using CATALINA_HOME: "D:\appian\tomcat\apache-tomcat"Using CATALINA_TMPDIR: "D:\appian\tomcat\apache-tomcat\temp"Using JRE_HOME: "D:\appian\java"Using CLASSPATH: "D:\appian\tomcat\apache-tomcat\bin\bootstrap.jar;D:\appian\tomcat\apache-tomcat\bin\tomcat-juli.jar"2021-10-26 16:45:24.778 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server version name: Apache Tomcat/8.5.502021-10-26 16:45:24.779 INFO [main] org.apache.catalina
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.