-
Recently active
Hi Appian Team, We have a use case where Appian API integrated with SAP , and the SAP system will input base 64 encoded strings for pdf, we have to read the same from the input variables and convert the same to PDF. Can anyone help us to implement the same if we anyone have already implemented or have knowledge about this? thanks Sunu Sam
I am trying to add an existing attachment dynamically to the "Send Email" task. These attachments were previously uploaded to the application and the attachment name and document are stored in a table. I have added documents previously that were static and had a constant name. Thank you for the comments.
Hi, is their any other alternative to between operator? bcz am querying data from db.. giving different o/p in UI same query i have used to query the data from UI so a!queryFilter( field: "expiredDays_int", operator:"between", value: {rule!CR_CMU_DSC_getExpiredDaysInSecurityDocumentation( selectedItemType_txt: 1 ).startIndex_int, rule!CR_CMU_DSC_getExpiredDaysInSecurityDocumentation( selectedItemType_txt: 31 ).endIndex_int
Hi, I am working on a process model which has a Create New User smart service and in that smart service, there is an option to send Account creation email which when turned on sends the user an email with Temporary credentials with predefined content. My current requirement is to change the content of the email. Is there a way to change the content present in Body of the auto generated Temporary Credentials email sent from Appian?
Can someone explain what's going on here? If I try to get the output for the following string: fn!char(65020) & " 21,245.00" the result I get is: ﷼ 21,245.00 however if I try to get the output for the following: fn!char(65020) & "ABCD" the result I get is: ﷼ABCD Can someone explain to me why it's essentially the same expression, but the symbol is on the right with the number and on the left with the letters?
Hello All, I have an XML generated and based on a valid XML tag I need to display the data. «[#if doc.xml.A1 == "true"]» «@before-row[#list doc.xml.good.A2 as l]«${1}» «@after-row[/#list]» «[#else]» «@before-row[#list doc.xml.good.A3 as l]»«${1}» «@after-row[/#list]» «[/#if]» In my case the If condition is not working when called from DOCX template which is called from a DOCX From Dynamic Template through a process. I need to should 2 rows, but in the document it always shows 4 rows. Can anyone help to check conditional logic is correct? Thanks & Regards Girish
Hi, i have two dropdown field, when i select one some values related to that dropdown will be selected in next dropdown.. but after selecting values in both the dropdown when i try to change the value in first dropdown it throwing the error.. actually it has to erase the value in second dropdown and show the values to select below i have attached the code and the UI this is the UI for ex: when i select stand-by lc and related detail i have to select after selecting the detail if i try to change the collateral type then it is giving error when i try to change the collateral type then detail data need to erase how can i achieve this a!dropdownField( /*label:"Collateral Type"*/ placeholderLabel: cons!CR_APP_TXT_PLACEHOLDER_VALUE, choiceLabels: touniformstring( rule!APN_distinct( index( ri!crREFCollateral_cdt, "collateralDescription_tx
Need to use "Text Doc From Template Smart Service" for exporting more than 300 columns data from a table. Can anyone help me out how to configure this smart service and use it in PM which will give data in csv format or excel format.
Hi All, I want to write the logic for the below requirement For example: ------------------ My Input is 1 Output should be : {2,3,4,5} can anyone share the logic Thanks in Advance!
Hi, I created a simple sample application with 2 connected systems one for PostgreSQL DB an one for Http Connected system, both connected system are working fine on development environment. I have exported application package and import customization file. I have updated the Import customization file and tried to import application (with import customization file) on different environment, during inspect i found below errors I have verified import customization file that parameters are present. I am not able to understand why this error is coming during import?
Hi, I am facing an Issue, When we maximize the browser zoom for the site page then the local variable are refreshing and getting null. Can anyone please help me on this Issue? Thanks In advance
Hi, Is there any way that Appian can identify content from email. Thank You, Hema
Good Day!Goal: Using Get API response the html code stored in my DB.Issue:I'm having this issue on my API response on my DB there is no "/' but on my API response it display "/'.pic for details.API Response:
smart services are there to create a user account and adding them to the groups also, Because I want All users should be able to sign up (if he/she is a new user(this candidate added to user group dynamically)), this app should be mobile friendly as well, that should available for wide number of civil users, So please let me know possibilities available to achive this in appian, Pro's & Con's, can also let me know if their is any best suited technology to achieve this
Hi Everyone, I am getting this error while I am trying to fetch the data. A user picker component [label="User Name"] has an invalid value for "value". All users must be valid and visible to the viewer. Please help me on this.
Hi, I am starting the online academy course (Appian Dev) and the playback stops in the middle of videos. I have tried Chrome, Edge and IE, all gave the same result. Anybody encounters the same? Thanks, Chan
Good afternoon, We have to carry out the following functionality, we have to show an image in a form and said image has to be able to rotate.We have been looking at the documentation and we don't see how we can do the rotation issue. Does anyone have a solution? Greetings and thank you
Hi Team, I have a database which stores document data of Appian. The database table stores DOCUMENT ID of the product. it is like TaskOwnerName Document ID A 356234 B 321434 C 413434 D 431431 Now I want a excel export of the above data but instead of document ID i want document hyperlink. I can do this easily on the grid. But I am unable to do that in Excel Export Can you please help me, It is very urgent
Hi Appian Team, We are getting the following error, Interface Definition: Expression evaluation error in rule 'pf_sections' at function a!dropdownField_20r2 [line 84]: A dropdown component [label=“Shipper”] has an invalid value for “value”. All selected values must be present in the choiceValues array, but value was 4473 and choiceValues was . We have integer or number tyepe in choicevalue as well as in the value field , both types are same can anyone help me out to clear this error? Thanks Sunu Sam
Is there anywhere we can download Appian Icons to be used in a wireframe or a UI/UX mock up? Thanks.
"
Hello everybody, I have the following snippet [View:/cfs-file/__key/communityserver-discussions-components-files/11/snippet.txt:93:126] that generates the following screen. I would that Fitnesse click on the second item generated (the link "Massive loading") so I wrote with following script !| script || click on link | Massive loading | but that did not work, it showed the following message: Timeout period reached: Wait for Link - Massive loading I tried then with !| script || click on link | COLUMN_ONE_TEXT[2] | but nothing again, it showed the following message: Timeout period reached: Wait for Link - COLUMN_ONE_TEXT[2] By the way, I have read all tips in cheat sheet but I did not find any effective suggestions. Could you please give me some help or useful hint? Where I am wrong?Thank you in advance, best regards.Paolo
Hi, Can we acheive auto tab fucntionality in appian? Once user enter 5 characters in current text box, automatically cursor should move to next text box in grid Please suggest Thanks,
Hello All, I have a XML generated and wanted to write the data in the xml format. But when I generate the document, To explain my xml is in the below format <Doc> {data <exp> {data <exp1> {data} } } </Doc> I have the attached the xml out and the template I'm using to generate the document. Can anyone guide where I have gone wrong since the data is written for each row . I need to show only the data how it is generated in the XML file. [View:/cfs-file/__key/communityserver-discussions-components-files/11/XML.xml:320:240] [View:/cfs-file/__key/communityserver-discussions-components-files/11/0728.Template.docx:320:240] [View:/cfs-file/__key/communityserver-discussions-components-files/11/2323231001-_2800_1_2900_.docx:320:240] Thanks
Hi All, Where can we find Appian Quarterly Release training. And if we complete the training, where can we find the new expiry date of certification. Will we get any notification on release of new training courses? Thanks in advance.
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.