-
Recently active
Hello Everyone, I am converting HTML to CSV using this process nodes and it's working fine. Although I can export data store entity to CSV- but there is different requirement, so I am not using this approach. Please see below screenshot. Requirement: When I open that CSV file in Notepad++ I see this: I need to remove these quotes in a file. How can I achieve this?Thanks
I have process model which contains interfaces one after other and some of the system task , the process has actvity chaining now my requirement is after submission of 1st form we need to send mail and we kept that send email smart service in between , now if the email got failied flow shouls not stop ie the flow should be continued.
Instead of using And gate to run parallel flows is it ok to use dummy script task and branch it parallel flows ? like this
Need a solution for medium risk alert. Please share inputs. Description: # of unattended process loops Details: 9 process flows contain unattended loops with 2 or more nodes. Looping is typically an indication of using processes to perform extract-transform-load (ETL) type operations. It is recommended to use specific ETL tools (such as a database) to implement complex and bulk background operations. Process Model Name -> is check? (3 nodes in loop) is Check - > is an XOR gate
Hi Team, In Prod particular process getting error and seeing 400+ instances failed in process monitoring with process with errors. I want to create process report and get the error message those instances in the part of the report field and I will segregate the issue based on this. Do we have any function or predefined to get this?? Kindly help on this. Thanks
Hi Team, I have a requirement where the email needs to be triggered on specific date and time. For ex. User is raising a request initially. While raising the request he can set the remainder date. This date I am storing in DB. Email needs to be triggered for the remainder dates. What is the best practice to do this?Thanks!!
I have an existing Record UWM-Case that had 2 sub-objects UWM-UnderwritingCase and UWM-Policy. A Related Action on on UWM Case for Add Decision looks like this: I can see that hardcoded value show up in the variables in the process model, but the interface is still behaving as if the value is null. I have added it to the Process Model VariablesI cannot figure out what else to try to get the value to the interface. Any suggestions will be greatly appreciated!
[ld_id=1188, ll_id=904, fl_id=, fm_id=, rsed_id=, appian_document_id=5357264, klt_id=, legacy_id=, description=, name=, createdby=testc, createdon=10/3/2022 7:14 PM, modifiedby=tects, modifiedon=10/3/2022 7:44 PM, inuse=1],[ld_id=, ll_id=904, fl_id=, fm_id=, rsed_id=, appian_document_id=6057969, klt_id=, legacy_lease_id=, description=The Parties, by mutual agreement, due to the Partial Surrender of the Demised Premises, agree to amend items 1 ("Base Rent"), 3 ("Demised Premises") and 10 ("Shared Property Expenses") of the Summary of Terms and Definitions of the Agreement., name=, createdby=testc, createdon=10/3/2022 7:44 PM, modifiedby=, modifiedon=, inuse=1],[ld_id=, ll_id=, fl_id=, fm_id=, rsed_id=, appian_document_id=6057968, klt_id=, legacy_id=, description=, name=, createdby=, createdon=, modifiedby=lecst, modifiedon=10/3/2022 7:44 PM, inuse=0] This was the pv variable cdt data in that for second id (second occurence) means where document id =6057969 i want to update "descri
I am getting this error "type (Data Inputs) " in send E-mail smart service, How can i solve this one? i am getting this error when i use record type process variable in this smart service, otherwise it is working fine.
Hello everyone, I'm looking to archive process instances that are currently active, paused, or paused due to an exception. We've already configured process instance archival after 5 days with deletion after 3 days, but we now have over 10,000 process instances in these states that we want to archive instead of deleting, as we may need them in the future. Is there a script or another method we can use to archive these instances? Thanks, Manish
Hi All, I have a scenario where Appian task is already created with the task display name, for example as 'Task abc with amount $100". Now when the user opens the task form, the amount will be recalculated in local variables and and are updated in database using Store Procedure execution function in local variables . So, every time when the form loads, the amount will get refreshed and updated in Database as well. Now my issue is ,when the amount is refreshed, the task display name should also get refresh, for example if the amount is refreshed from $100 to $200 , then task display name should be 'Task abc with amount $200". Note: The amount in task will get refreshed at the time of form loads, without any user interaction inside the form. Please help me to achieve this. Thanks in Advance.
getting this error while loading data to DB table using import excel to DB smart service (conn=246144) Incorrect date value: '4/24/24' for column `Appian`.`bwauserdobcdt`.`dob` at row 1
Hello, everyone, I need to create a PDF from a template that requires a dynamic hyperlink. When I tried using a DOC template, the link wasn't generated. When I attempted to use an HTML template, the link was generated, but after converting it to PDF, the link didn't work in the converted PDF. Could you please suggest a way to create a dynamic hyperlink in a PDF?
Hi everyone,I have a process with a PDF from HTML task. The problem is that the pdf that is generated only has one page, so only the content that fits on one page is displayed. How can I modify this process to generate multpiple pages? This is the process:
Hi, Over time, Appian users have been deactivated. When process models created by these deactivated users are modified by a change to a sub process model, then warnings are sent to deactivated users. Would like to stop this happening by reassigning the process model to a active user. Regards
I am looking for a way to activate the Process Model as soon as a user opens the record summary for the first time. Additionally, I want to record the time when the summary was first accessed. Is there any way to achieve this? One possible solution that I thought of is displaying a button to start the process model when the summary interface is launched.
Hi All, we have process model A ,B ,C ,D A is created by Duplicate existing process model D B is using A as Child C is using D as Child when we are saving process model A we are getting parent process warning :- This process model is used by the following process models which may be affected by your changes. If you continue, the owners of these models will be notified. B and C is affecting I checked all the nodes of C but we are not using anywhere process model A then why we are getting this warning for C
Hi Team, In my process one of the process triggered unwanted scenarios and if I want to check parent process for the process. But I am unable to find it due to start process triggered the process. Do you know any other way to find the parent process Id or process name. (only for start process). Subprocess we can do by parentprocessid function. Thanks, Pradeep Sridharan
Hi Community, I created a AL model and am using classify documents smart service but I need to show that data in interface. with out classify document smart service do we have any function in the Interface
Hi team, I have a use case where I need to create tasks for users, but there is a parent-child relationship between tasks. In one interface, I will collect the details of the task, and users can add additional tasks to an already existing task. So, a parent task will have N number of child/related tasks, which will be stored in a table called "task details". Daily, once I trigger a process, it will query the task details and create the tasks. The thing I need is for the parent task to be created first, followed by related tasks in the order the user gave them. It would be simple to achieve this using a subprocess and looping the task creation by sorting the data using datetime. However, I wish to use the startprocess MNI, as it won't affect performance and to avoid instances paused by errors (subprocess will stop in this case). I don't know how to order the data or loop the data to achieve this. Any suggestions? Thanks in advance [mention:a11f77a729fb4db2af76
Hi Everyone, I was trying to trigger a Process model by sending email in ON PREMISE. Could you please help me on what will be the email address to trigger process model. Normally for cloud its pretty easy, the email address will be (processmodeluuid@******.appiancloud.com) Like the same , what will be email address ( domain & subdomain ) for a process model in ON PREMISE to trigger?? My current environment URL for Appian is like this -- https://********.corp.local/suite/ Any help would be appreciated Thanks In Advance
hello! Does anyone know why I get this error some days at night?
Hi, I have a scenario for the closed requests when i am reopening whatever the documents that i have attached in old closed case after reopening new case for correction all the old case documents needs to displayed under new case other attachments tab so the documents is displaying correctly But now in those documents whatever the document type is "MMRF" i want that document needs to be removed and it should not display under other attachments tab after reopening case could you please suggest on this how to achieve tried using remove or delete document of that specific type but didn't worked Below is the pv variable data that i am passing to reopened case: pv!checkRequest_cdt.attachments.documentId saving it in other attachments pv variable target attachments is one column which is nested CDT in checkRequest cdt The data in cdt will be like below in that below if documentType = MMRF that one i dont want to be displayed under other attachment for reopening case attac
I have created a word document with chart figure, I able to pass the label via the smart service in the process model, but I couldn't pass the data. How can I pass the data via "MS Word 2007 Doc from Template" or "DOCX From Dynamic Template" > Thank you!
Start process will use different engine and subprocess will use same parent engine? What is mean by engine. Could anyone explain me?
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.