-
Recently active
Hi All, In a process model we are using a constant name ,in that constant calling text "---No Value---" as string . but after loading the excel sheet it is showing '---No value---- , how to remove the extra ' special prefix character from the places.
Hello good , When I send a mail in appian , I need to know if the mail has been delivered correctly or if it has been rejected . The objective is to send emails in a massive way, and in the email addresses where it is rejected, stop sending emails.
Hi! I am currently assigning tasks to 3 groups simultaneously and then waiting for their response based on which action is taken. if any one of them rejects the task, task goes back to initiator only after the other 2 have taken action on it(accept/reject).But now I want to not wait for the other users, as soon as one of the users reject the task it should immediately go to initiator and the tasks for the other 2 users should be cancelled. SO if all the users accept , only then task will proceed to the next step.How can I proceed with this?
Please tell me how to send email to multiple recepients using send email smart service
Hi Appian folks! I want to add rows dynamically in a pdf file using PDF Doc from Template smart service. I created a CDT with multiple values and mapped that variable to the pdf field. Although it won't create one row for each value. Is it possible to create a new row in a pdf dynamically for every value in CDT using PDF Doc from Template smart service?
Hello Appian Community, Use-case - We have a process containing 8-9 stages(UI Screen), each stage having "Next", "Save" & "Back" buttons. Requirement - Need to capture the time spent by the user on each stage and use this for auditing and generating reports for business owners to understand, how much time users are spending. Approach - Appian provides a process property name "starttime" and we can configure a script task with a custom process variable with "endTime" as the "now()" function. Need Suggestion - Is there any better OOTB feature to achieve the requirement? What is the value of "starttime"?How to capture "endTime" without configuring an additional script task after each stage? Appreciate your suggestion.
Hi, I'm working on aprocess model to update data form a record type. If after 5 min the user has not submitted the form an exception end the task. The problem with this option is that after the exception there is no way to close the dialog box. Is there any possible solution for that?
When attempting to save a process model, an error message “An unknown error has occurred while saving the process model” appears and the changes to the process model are not saved: Appreciate for the suggestions/solution..
Hi all, I'm trying to create a generic save process which will take a map list as a parameter that will be converted to different types of record types for a write records MNI node (since I can't do 1 write records for different record types). I want to know if there's a way to iterate through the map and convert it to it's appropriate record type. Better approaches are welcome if you believe this is an anti-pattern. I want to centralise a few a!process saves through this process cause it seems like creating a save process for each screen is overkill.
Hi Guys, I am facing dead lock issue while executing Stored procedure Parallelly through Multiple Instances. Error Message : Transaction(Process Id : 1234) was deadlocked on lock resources with another process and has been chosen as the deadlock victim. Rerun the Transaction. Please post if you have anything related to this issue.
Hi, I have this process model in which there is a complex node. This node I have configured to execute all the outward flows only when it receives exactly 2 inputs ( because at no time will it receive more then 2 inputs ) But then the problem here is that complex gate never ends, its always in green .. and because of this the parent process model does not complete. Is there a way to rectify this ? The configuration :
Hi everyone, I'm experiencing a Load Error when I want to debug my process model. On the Monitor page, it does not show at all that the process has started. But in the Cloud Database, the information that was entered has been updated. And on the System Logs, it says that the "Server is UNAVAILABLE. Make sure your collector is running and reachable from this network. Full error message...." I also tried running it from the Record Type, but the same still happens.
Hi everyone, I hope that you can help me with this case, here it is the use case: I need to realize a process structured like this: User receive task (it has to see a read-only form); User validate the data contained in the form using a button; User need to confirm through Microsoft authenticator the action (or OTP via sms, if authenticator is not possibile); Process continues with the next steps. Is it possible to realize something like this? Thanks, Daniele
Hello All, I have a requirement to update the security for a process Instance, I am using a smart service "Update Security for Processes", but when I run this, the process security is being replaced, instead adding it to existing security for a process instance. I have noticed that this is happening only when the security for that particular process inherits from its parent folder. Somebody Please advice
I am trying to implement import export document on single interface. I have two different buttons one for import and one for an export. I also have record grid. When I click on import then different interface open in one dialogue box and if I import document then record grid updates. I have two questions: 1: How can I implement two different process models export and import on single interface. I have created two separate process models and interfaces for import and export. 2: How to open different interfaces in dialogue box when I click on button.
HI , When we want to retrigger the new instance 1)Giving new instance values like id in process variables and click on start process for debugging then it will ask for save the process model.We have to click on that save ,Is there any other way to retrigger the process instance
Facing this issue while saving the data in the DB.... Anyone help...
Hello! I have a process to daily delete files older than 15 days from temp folder. Right now it deletes all files from this folder with the node Delete Folder Content.Howe can i configure it to keep those ones created in the last 15 days? Thanks!
I have a process model where the start form is an interface and the user inputs the data and when he submits the form, i am getting message that Action completed successfully. In the process model after the start form, the next node is write to Datastore. How to show any result page after submit button is clicked to user instead of form going back to the first page of the form?
Hello all, We have a requirement to provide the user with the option to set recurrence mail timings from the UI. For each request the user creates, there should be a section where they could select a start and end date and different times. From the start till the end date, a mail is expected to be triggered on the selected time. For example, when a request is created, if user selects start date as today and end date as today()+5, and if the user specifies the times as 8:00, 13:00 and 16:00, then for 5 days, the user is expected to receive mails on these 3 time slots. What would be the best approach to do this in Appian? Thanks in advance
Hi all, Does anyone have good success with process model upgrades from an older version to the new version, and if yes are there any consideration to keep in mind for the upgrade, on what works, what doesnt work etc?
A form has 5 rule inputs ,as follows: > 1cdt variable > 3 text variables > 1 integer variable According to best practices,how many process variables are required in the process model's user input task Options 1) 1 2) 3 3) 5 4) 6
Hi All, Requirement: I have a use case where I have to get documents from target environment to source environment. Information: I have list of appian documents id in my source environment database. Approach: -> I have developed a web api in target environment , it will return document based on appian document id. -> I have designed a process model , In which I am getting appian documents id from table and calling target webapi using integration object. It was working fine and getting documents as i expected. Inputs required : Which way is better among below two approaches. 1) Getting appian documents id's as a batches ,using MNI and pass it to sub process having integration call logic 2) Looping approach . I don't have enough information about number of appian documents id's to process , Please share your
Hello, 1.- I have a dynamic interface that show some data depending on rule input variables. 2.- In this interface I have a a!startProcessLink that execute a PMO with interfaces in it so the user is sent out of the first interface. 3.-Problem: When the PMO is finished the previous interface is shown with default values and I want to show it with the values it had before the PMO was executed. Is there any posiibility to solve this problem?
Is it possible to update the expiry time of an Appian task dynamically every time it is accessed? The initial expiry time should be set to 1 hour when the task is triggered, and the expiry time should reset to 1 hour every time the task screen is accessed? I expect a smart service kind of a function to update the expiry time of a existing task which can help in the scenario. Your suggestions please.
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.