-
Recently active
In part of my requirements for this project I am working on in Appian is to allow admins of the application be able to dynamically add fields and forms from the backoffice interface for users to access and submit their responses to the dynamically generated forms. I have looked everywhere online for the answer but have found little to no information on the topic. All I found was a plugin, however I am precluded from utilizing plugins in this specific project, and as such, must be developed entirely on Appian without plugins. Can this be achieved?
Here in this model, you can see currently instance sits in Confirmation Screen user input task, but from user screen, this wasn't opened and process got closed showing "Action Completed" banner. I've activity chaining all the way till this node. What could be the possible reason for it? Please advise. Also, for this node, there are two instances at the same time, though the assignee is pp!initiator.
Hello Everyone, I have a requirement of showing an editable grid when clicked on a value in a read only grid. Is it possible to do? Or Is it possible to give a search filter and user filters to a editable grid?
Hello fellow devs, I have a requirement, but I'm unsure if Appian supports it. I need to set up an integration that involves using certificates. Specifically, one of the certificates is meant to encrypt the payload. If I upload the appropriate certificate in the admin panel, will Appian automatically understand that the payload needs to be encrypted when sending an integration request? Let me know if you need more info. Thanks!
Hi Everyone I have created Process reports using records but i couldn't able to see data in reports & interface as well. I have read in documentation that it wouldn't show in reports but it will in interface unfortunately i am not able to see in both. Can anyone provide solution to me on this. Thanks in Advance.
Hi Folks, Is there any other approach we can use for displaying active tasks on UI except the active task report and storing in DB and fetching it.
Is it possible to apply the Adobe Sign e-signature based on an Appian button? If so, is there any documentation related to this?
Hi! I read it isn´t possible to create an any type variable in a process. This is my use case, I hope you can help me: I need to pass a process an array of cdt, but it could be different types of cdt, and the process, depending of the cdt type writes on a different table. Any idea is welcomed, thanks!
Hi I am trying to remove space Infront of 9 as shown in below image I tried with trim but still the space is coming < can anyone help me with this?Attached my code in this message a!localVariables( local!allocatedLoads: rule!PLSB_QR_queryAllocatedLoadsForDashboard(allocatedId: 2058), local!vin:trim(local!allocatedLoads['recordType!{e48e7749-5c4f-4ece-89a1-1f096042fbc5}PLSB Allocated Loads.fields.{e79eb6a6-7005-42cb-ae7e-72dcb80c9d34}vinNo'][1]), local!vin )
I cannot select or change the target as I get "Cannot find the main Appian window. Reopen that window and launch the modeler from there." Is there a fix for this bug?
He all, we are able to upload files with extensions(docx,xlsx) to documentum.but we are facing issues, while retrieving from Documentum to Appian, we are not able to get the extension, instead saving as type "file".is anyone facing this issue and let me know the leads. Thanks.
Having two tables one is having 100 records other is having 5 records with same index as in table one , I want to update the table with 100 records with the data from table with 5 records using foreach loop in appian? write syntex.I am trying to update records using write to record function. Can anyone explain about this.
Hi, During a recent penetration testing it was found that our application is revealing informative application error messages. When I cross checked all the APIs we have implemented we have custom HTTP responses defined for all web API if the HTTP status code from the API response is 500. The Security analysis report describes the problem as following - When sending a POST request to => /suite/rest/a/logging/latest/csp/report with malformed input parameter, the server response included debug information. This can enable an attack to refine their attack strategies. As per the standard remedial for this kind of issues I have created few custom error html pages for 404, 500 for e.g. and edited the httpd.conf file in the apache web server to point to these custom htmls...something like this .... ErrorDocument 500 /errors/500.html ErrorDocument 404 /errors/404.html But this doesn't seem to work and Appian is still giving the same respo
Hi Experts I have a problem where I need to generate an excel without storing the data in DB. I'm using Export CDT to excel smart service, But I have nearly 6000 rows to fetch with only 3 columns(Request ID, DOC ID, Doc Name). I want to know what is the maximum amount of data in terms of size(MB or KB) a process variable of type CDT can hold. And if is there any better solution of what I'm doing, please suggest me. Thank you in advance
Hi In below query rule i am passing 2 and 3 product ids so it was returning both 2 and 3 product id's email id's but i want 2 product id email ids in one list and 3 product id email ids separately means like two list of usernames separately could you please suggest on this
Hi, I have a case in our application where we consume data from pulsar via Pulsar Message Consumer, but what I noticed is that record type for the table which we are storing the data is not synchronizing automatically and after researching I saw that not all smart services can sync the record automatically. So, my question is: can I add a Write Records node after Pulsar Message Consumer node so that the record will be synced, and if not what can be the best solution to this as scheduling a full sync is not an option because the process runs every 30 min each day, and we can schedule a full sync once a day. Thank you
when i pass the value to the code am getting below error if( null(ac!convertWord_txt), "zero", convertnumbertoword( trim(split(ac!convertWord_txt, ".").[1]), "" ) ) what might be the issue here
Hello everyone! Is there a way to get rid of empty lists? I attempted to use `reject(a!isNullorEmpty, RESULT)`, but I encountered the following error: (Image 2). Image 2
Hi Team,Can anyone explain detailly 1.why we should not use continuous gateways in process model and 2.why we should we need to add a dummy script task in case of looping or in between the continuous gateways with a example scenario for each one of the case?Thanks in advance!
Hi We have just upgraded the Appian version from 21.4 to 23.3 and we have an issue with the date format exported to excel coming from record types, in the prior version this issue was not happening, does anyone has experienced the same issue? 21.4 version-correct format 23.3 version - incorrect format by looking the format in the excel is taking it as if it was a text but this is the logic behind the date column: if( a!isNullOrEmpty(fv!row['recordType!{92d1b022-5508-4130-83d7-528677bb837e}ACH CASE.fields.{b79811e6-b6ad-4b38-b04d-134b4d22d656}createdOn_dateTime']), todate(null), todate( text( fv!row['recordType!{92d1b022-5508-4130-83d7-528677bb837e}ACH CASE.fields.{b79811e6-b6ad-4b38-b04d-134b4d22d656}createdOn_dateTime'],"mm/dd/yyyy hh:mm AM/PM" ) )) we are just converting the date and time to date and when we do that the format gets reflected as text in the excel which was not happening in version 21.4
.Base64 Document Database Integration Smart service - will help to achieve conversion of base 64 to image ? link: https://community.appian.com/b/appmarket/posts/base64-document-database-integration#:~:text=Provides%20the%20following%20two%20smart,agnostic%20and%20supports%20dynamic%20queries.&text=Get%20Base64%20Document%20from%20Database,document%2C%20returning%20the%20document%20id.
Hi All, Please help me out in understanding this error . Error message: Internal Error
i made sure the certificate matches the api, and is valuable error-result-guidance Failed to connect to hhtps▬▬▬▬▬▬▬ Certificate for <10.▬▬▬> doesn't match any of the subject alternative names: [MW▬▬.pem]
I am successfully using "Receive File Over SFTP" to retrieve a file from a folder. When I use "Get Remote Folder Contents" to see the contents in the aforementioned folder, I get the error "No such file". Any ideas?
Hi All, Facing "could not cast from list of Map to Dictionary" error while calling a!startprocess in interface, could you please help me in resolving the issue. Created a portal to capture the vehicle details in an apartment, after data entry and after clicking on "Save" facing this error and this is developed for hands-on purpose only. Pasted error and code for your reference. "Could not display interface. Please check definition and inputs. Interface Definition: Expression evaluation error [evaluation ID = WBZTQ] : An error occurred while executing a save: Expression evaluation error at function a!startProcess [line 438]: Could not cast from List of Map to Dictionary. Details: CastInvalid" a!localVariables( local!residingOwner: true, local!tempApartmentName: "Dollfine Durga County", local!successMessage: "", a!sectionLayout( label: if( ri!isUpdate, "Update Vehicle Details", "Create Vehicle Details" ), contents: {
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.