-
Recently active
Hello, I'm trying to generate document from XML code, I'm able to get the expected data if the data was single dictionary, but i have a requirement to generate document for a list of data items. I have already seen many of the community posts, I followed the same pattern to generate doc using xml code, but I'm getting an error, says that syntax error in template. Please let me know what i have done wrong here. ERROR: Syntax error in template "fr.opensagres.xdocreport.document.docx.DocxReport@3ad77c4f!word/document.xml" in line 4, column 1468:Encountered "\" \\b @before-row</w:t></w:r><w:r><w:rPr><w:noProof/></w:rPr><w:t>${d.@name}</w:t></w:r><w:r><w:rPr><w:noProof/></w:rPr><w:t>[/#list] \\b @after-row</w:t></w:r></w:p></w:tc><w:tc><w:tcPr><w:tcW w:w=\"", but was expecting pattern: <ID> I have shared the XML code and t
Hi All, Is there any way we can count the pages of the uploaded document? It can be PDF, Excel, Docx, etc. I know the document viewer field has been provided by Appian, on the preview we only can display PDF. I am looking is there any way that we can show all format documents in new tab or can count the no of pages of the document. Thanks.
Hi All, We have Requirement to show the picker field as Multiple Value selection where the value is storing as”Test1;Test2;1;55”. Please find the below details & suggest any alternatives. Requirement: To show the picker field selectable as Multiple value. Analysis: For the Suspect product column, the values are storing in the table as “Test1; Test2;1;55” which means combination of static and product ids. Since the valued stored as single string in the table while showing in the grid we are retrieving the data by using queryfilter with “Includes” operator in the a!recordData() so the in the picker it is working only for one value & returning the data. And “In” operator is also not working to return the multiple data. Plan: Creating the trans table and storing all the records of suspect product with one-to-many relationship way. Issue: As the Existing data having 34000+ records in the Master table and each record may have mor
HI all, while uploading the document via upload file is there any option to check the Invalid multipart content type and file ending combination? if user uploading the multipart content document we have restrict the user not to upload the document.. Thanks In advance.
Hi all please help me modify my code to give 3 breadcrumbs as I have achieved to give 3 breadcrumbs but on clicking on 2nd I'm coming back to 2nd but clicking on 1st I'm not able to come back to 1st. I attached my code where there are 3 rule inputs , in which showsubmodule and show pdf is boolean and selection is list of number { a!localVariables( local!currentNodeId: if( ri!showSubModule = true, if(ri!showPDF, 3, 2), 1 ), local!nodes: a!forEach( items: enumerate(local!currentNodeId) + 1, expression: choose( fv!item, a!map(name: "Knowledge Base", identifier: 1), a!map(name: "Sub Modules", identifier: 2), a!map(name: "Show PDF", identifier: 3) ) ), a!cardLayout( contents: { a!richTextDisplayField( labelPosition: "COLLAPSED", value: { a!forEach( items: local!nodes, expression: if( fv!isLast,
Hi , Can anyone help on how to achieve this please . Thank you in advance for your help. a!localVariables( local!values: { true(), false() }, local!labels: { "Yes", "No" }, local!dropd1: null(), local!dropd2: null(), a!columnsLayout( columns: { a!columnLayout( contents: a!dropdownField( label: "Dropdown 1", choiceLabels: local!labels, choiceValues: local!values, placeholder: "Select a value", value: local!dropd1, saveInto: { local!dropd1, a!save( local!dropd2, a!match( value: local!dropd1, whenTrue: fv!value, then: false(), default: null() ) ) } ) ), a!columnLayout( contents: a!dropdownField( disabled: and(local!dropd1, not(local!dropd2)), label: "Dropdown 2", choiceLabels: local!labels, choiceValues: local!values, placeholder: "Select a value", value: local!dropd2, saveInto: { local!dropd2 } ) ) } ))------- This works but Hi , For example If i have local!labels: { "Yes", "No" ,"Others", &
Hi, When trying to convert the DOCX from the Template it is not retaining the Font Color while using DocX from dynamic template Smart Service. Below is the template Format with the Font ColorDoes anyone have the solution how to retain the Font Color
Hi All , I am facing a strange issue with my interface ,Yesterday I have worked on one of the interface ,I have clicked on save and publish also ,later some time I have opened that interface and I am not able to see any code in expression of that . It opened like unnamed interface, but code in that interface is working fine in the dependent interface. When I am trying to open that interface it is opening like a new interface(unnamed interface).I am not able to deploy the same interface from another environment also. Can anyone please let me know the solution for this issue?
This error occurs on start process. Please somebody explain this error.
Hi guys, I'm on Appian version 23.2, I need to create a process that deletes all documents in a folder, all, not one. I have not found any component to do it, can you help me? Is there an option to do this?
Received requirement where needs to introduce 2 button named "TOP" and "BOTTOM" in the UI. On click of "TOP" button the focus of the UI should be moved to top of the UI and on click of "BOTTOM" button the focus of the UI should be moved to bottom of the UI. Is this achievable in Appian? If any suggestions please share.
Error Evaluating UI Expression Expression evaluation error [evaluation ID = 6b656:9a842] in rule 'authorization_screen' : class java.lang.String cannot be cast to class com.appiancorp.core.data.Dictionary (java.lang.String is in module java.base of loader 'bootstrap'; com.appiancorp.core.data.Dictionary is in unnamed module of loader com.appiancorp.tomcat.loader.AppianWebappClassLoader @280e8a1a)
I´m starting the process for Debugging and it gets stucked in the Script Task, with the green box. I click refresh and it does not change anything, still the green box. Please let me know if I can do anything else to fix it. Thanks in advance!
Hi, BELOW Is SORT where we used a!save(local!a, index(sort(somevalue)),1,Null) Now after upgrading im getting error in interface invalid function {"SORT"} WHAT is the replacement of SORT NOW
Hi Team, I want to give access to all users to comment and view on case summary page in workspace, However want only managers/Admin to act(complete) on the cases(Tasks).Please help me to achieve this functionality. Thanks in advance
hi all, I have created announcement page where I have implemented delete button on the card when user click on that delete button that aprticular announcement deltes but page doesnt refreshes please help me achieve this a!localVariables( local!refreshVar: 0, local!bannerType, local!textValue1, local!textValue2, local!showInformationBanner: false, local!currentKeyword, local!selectedKeyword, local!announcementList:a!refreshVariable( value: rule!SLS_QRY_getAnnouncementDetails( title:local!selectedKeyword ), refreshOnVarChange: local!refreshVar, /*refreshAlways: true*/ ), local!announcementDetails: 'recordType!{71a7c745-7557-423b-b26e-5ea2b74ed0fa}SLS Announcement Sync'( 'recordType!{71a7c745-7557-423b-b26e-5ea2b74ed0fa}SLS Announcement Sync.fields.{616d2803-cf38-4c6b-93c1-81b0eeb76d52}announcementDate':now(), 'recordType!{71a7c745-7557-423b-b26e-5ea2b74ed0fa}SLS Announcement Sync.fields.{d18a41cf-dce9-4456-8339-0344b4668
I have an expression rule that returns a value based on rule inputs. When I run this rule as it own passing my test inputs, it gets the data I expect (an integer or 0). But when I run the rule in process model B, I get null as output even though my expression rule has no condition returning null. This is the expression rule with inputs and it's output Below is how I set up activity class of the script task inputs, I then saved it into a process variable pv!autoCaseTye in the outputs. However I only receive null as output instead of 50. The node that runs the rule has the exact same inputs and data type. It should return the same value as expression rule. How do I check the issue?
I am using Appian 24.3. I saw Appian has AI test case generation feature and I want to take a try, What I expected: What I actually got: Is there any setting I missed?
I have a table with a legacy identifier and a current identifier. I want to query the table, by first check the current identifier for a match, then fall back to the legacy one. Is there a good way to do this with Appian queries? I cant really do what i want with or and and logical expressions.
I have a User Input Task in a process model and I am getting this error message when I set the interface for the node. I can't find where this variable is in use. I do have a process variable for spkrEventDocuments and I set it to the process variable in the Data Inputs for the User Input Task There are no Outputs defined.
I have to learn how designing creating business processes any study material is there flowchart with configuration
HI All, while case creation user will add policy number like this 12345675-7896 but when storing to DB will remove the "-" and will store only 123456757896 but while in the home page user filtering the record using 12345675-7896 the results will display null Could you please suggest me the better solution. Thanks in advance.
I have the below mentioned throwing the mismatch error. pls guide a!forEach( items: ri!Addresslist, expression: reduce( a!update, fv!item, merge( { "AddressId", "ReferenceId", "Type", "CreateBy", "CreateDate" }, { if( fv!item.AddressId = ri!primarykey, null, fv!item.AddressId ), ri!Dependent[fv!index].AppianUserId, "Permanent Home Address", loggedInUser(), a!defaultValue(fv!item.CreateDate, now()) } ) )) Expression evaluation error at function a!forEach: Error in a!forEach() expression during iteration 4: Expression evaluation error at function 'merge' parameter 2 [line 14]: Invalid index (4) for list: valid range is 1..3
Got 'Appian was not able to authenticate with the API Key provided' error when call an integration, but the api works fine in postman with same url and headers what could be the cause?
Hi Team, I created a Application and I want to add chatbot in that application. But I already have added the connected system and its working fine and when I ask anything so its giving the proper output but this error is also showing on interface Regards,
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.