-
Recently active
Hi everyone, I'm looking for documentation or guidance regarding the download document from s3 bucket. My node is completing but no file is appearing in the target folder. So, what could be the issue?
Hi, When you call a REST API and have such a reply below. How would the best pratice to cast the response to a CDT please ?Do you consider this ER must always return a generic CDT reply (solution A),or do you consider this ER must return 2 different CDTs according the reply, but in this case, we would have to handle a condition (Solution B) Response Ok from API : body: { "id" : 1212 "url" : "https...."} Error Response from API : body: { "developerMessage": "file already used", "errorCode":102 } Solution A : type!response( OK: { /* Filled if OK */ id : 1212 url : "https...." }, ERROR { /* Filled when Error */ developerMessage: "file already used", errorCode: 102 } Solution B : 2 different CDTs type!errorResponse( developerMessage: "file already used", errorCode: 102) type!
Hello, I am using the PDF from XSL-FO Transformation with Fonts Smart Service from the Dynamic Document Generator (https://community.appian.com/b/appmarket/posts/dynamic-document-generator) plugin, version 1.9.1 I have no examples of using this Smart Service and the plugin documentation doesn't have specific examples. I have tried to use the only complete code I can find in the community: https://community.appian.com/discussions/f/plug-ins/17891/pdf-from-xsl-fo-smart-service This produces a PDF without errors, but when I try to open it I get a "Damaged file" from Acrobat Reader. This is how I configured the Smart Service: Xml Document: a constant to test.xml file, with the code from the example Xsl Document: a constant to _xslStyleSheet.xsl file, with the code from the example Xsl Parameters: null Font Document: null Font Italic Document: null Font Bold Document: null Font Bold Italic Document: null Create New&
I have a column req id in database which is auto generated when I save user details. Now when the form is submitted to supervisor I want that req id should be displayed in read only mode.
Hello Everyone, I am new to Appian I am trying to use Integration object where I have used QR Code Generator API I want to use that body ID 4424 but when I am calling that in Expression rule it is giving reaction tree so can you please help me how can I get that body ID.
Hi All, Is anyone aware of Export Database Data to CSV smart service? We are using this smart service in one of our processes and saving the data in one table using Import Database Data from CSV. Export in CSV is working fine but when importing the data in table, it is giving format error on date column. We want to find how this Export Database Data to CSV works to understand if this format change is occuring when generating the CSV. We are currently analysing all the possibilities of this issue. Kindly assist. Thanks and Regards,Diksha
Where/how do i create a new process calendar for my application? unable to find the Process calendar option in the gear icon that i see on the top.
Hi, Scenario 1: I am facing time difference when I am make a DB(postgre) entry via Appian. I am trying to upload an excel from Appian UI with date field column. The database field name updt_td And crt_ts has default values assigned as current timestamp. On uploading my excel I am not passing the above two fields in excel. My Appian user is timezone is EST. After writing to table the default value of these 2 columns get updated with difference of 5 hrs. for EX: If I am triggering at 24-11-2022 10:00 EST in database it shows 24-11-2022 3:30. this value is generating by default if we give column as null. Scenario 2: If in a DB column I pass the value as Now function from my process Model, then also I get the time as mentioned above(increased by 5 hrs). Scenario 3: if I normally write an insert query in database then it takes take default value which is correct. In short when i am uploading via Appian it is taking wrong time.
Hi, I am trying to pass the timestamp value which is of type text in CDT from upstream through webapi. The milliseconds part is getting rounded off automatically Value from Upstream: 2022-11-21T09:00:56.998992Z Roundoff Value: 2022-11-21T09:00:57Z Expected format : %Y-%m-%dT%H:%M:%S.%fZ" But I need to send the same value from my upstream to my downstream system Any solution for the above please?
Hello, is there any way I can remove this window from the SITE and directly start from the Login Page? I also Removed the My Learning Journey Contact Appian (Sign-in Page Links) from the Admin console but it is not reflecting on the SITE.
Hi, I am unable to convert csv to excel using smart service "Generate Excel from CSV" after downloading plugin "CSV to Excel", version: 1.0.1. It was working earlier with version 1.0.0. Please update us with a solution to this since it is impacting business requirements. Regards, Akansha Kumari
Hi, I want to get local!notes.createdDateTime value out of local.notes by matching the note Id with local!caseNote.noteId, where local!notes was created by querying from a record type, and local!caseNote is a CDT type. Not sure why I got the error above, as I already use square brackets for local.notes local!result: index( local!notes['recordType!{0b920cc5-462c-4191-981c-afe3a33f9ce4} Reference Data - Notes.fields.{a447478e-53ee-40e5-80dc-6588861432fb}createdDateTime'], wherecontains( local!caseNote.noteId, local!notes.id ), null ), Could anyone help? Thank you!
Hi, I would like to realize a site with this layout where billboard component stay on all page as on the top and on the side and not as my result. thanks
Hi, I've created an Integration component and I have a PDF to send to a remote REST API (by POST method). So I've created an Appian document, and I've upload a PDF file (Test1.pdf) as it. When I call the remote API, I get an error in the response : "developerMessage : Extension non authorized - filename: "Test1.pdf.zip" " Do you know why this component is adding ".zip" extension to the PDF file ? Of course, I've tested it before in Postman and all works fine. In my request body (in Appian), I've set my param like this : Name : "document" Content Type : Document (auto-detect) Value : (RI is uploaded with Test1.pdf) I've tried another way : Content Type = Custom (with application/pdf) but I obtain another error : "Internal error: Required request part 'document' is not present" Any idea ?
I have few issues associated with validations. I have included the code within asking all my questions in comments and instructions. Please guide. Thanks a!localVariables( local!testValueToo, { a!textField( label: "Test Me too", instructions: "Enter a value less than 12. The validation should pop up without pressing Submit which shouldn't be the case if validation group is given. Please suggest correct validation group configuration.", value: local!testValueToo, saveInto: local!testValueToo, validationGroup: "SUBMIT", validations: if( len(local!testValueToo) < 12, /*When form loads, the value of local!testValueToo is null making its length as zero and 0
I have a requirement where I need to use a Rich Text icon button and perform validation of fields on it without submitting the form (Hence not able to use submit Link). I can do this when using OOTB button with submit as false. But rich text icon buttons is primary requirement as user want UI more richer in terms of input buttons. Is there any way to achieve this. Thanks
Hii All, I want to know how to maintaine audit log like if I have an any request form then I fill all the fields and submit the form. Then the form is submitted and then user wants to edit some fields in the form & submit it. 1)How to show those changes in grid for every Action(create request, update, cancel)? 2) How to show all the activity for that request?
Zup, people ? So, I'm trying to tigger a action after some task is reassigned, due my business rules. I have to change a record in database, for example. Is it possible ? thanks for ur attetion in advance!
When I am using a!documentViewerField, I am faced with this error- xxx-static’s server IP address could not be found. Can anyone please help regarding this?
I have changed the task display name to dynamic. But it is not showing in task report. How to do it?
Hi All, How to get the tasks which are requestedOn/created today, Need to return only today's date & time requests thanks in advance
Hi, Im getting this when I tried to run a process model. It opens the form with the below error. Please help.
Bubble sort starts with very first two elements, comparing them to check which one is greater. ( 5 1 4 2 8 ) –> ( 1 5 4 2 8 ), Here, algorithm compares the first two elements, and swaps since 5 > 1. ( 1 5 4 2 8 ) –> ( 1 4 5 2 8 ), Swap since 5 > 4 ( 1 4 5 2 8 ) –> ( 1 4 2 5 8 ), Swap since 5 > 2 ( 1 4 2 5 8 ) –> ( 1 4 2 5 8 ), Now, since these elements are already in order (8 > 5), algorithm does not swap them.
Hi everyone, I am trying to reassigning task from one group to other group by using Reassign smart service but it is not working. As a Appian designer I have administration permission if I initiate the process model that time reassignment work properly, but the same process model if I use as sub process than its not working.
Is it possible to change the subject line/body of process model alerts mails (error mails and others). Requirement is to identify for which environment (Dev, Test...) the particular process model error/alert has occurred or generated. Or any other suggestions to achieve this.
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.