-
Recently active
Hi Folks, I have to iterate the loop in my process model. But second iteration not getting happened. Get stuck in xor node. Please suggestp
So I've been configuring a send e-mail node and for some reason it wouldn't send out an e-mail. The node wouldn't error out, but no e-mails were getting sent out. It was driving me crazy until on a whim I decided to remove the variable I had sitting in the subject line to make it dynamic and suddenly it works perfectly. So the e-mail only seems to get sent as long as I don't put an expression of any sort other than a literal string in that subject line. Is this a bug, or is this expected behavior? Assuming it's a bug, can we get it fixed?
Hi, Is there any way to see where a process has been triggered from. In other words, can I see the 'super-process' which led to the execution of the current sub-process instance.
Hi Team, I have a process model which has around 5-6 nodes running in a loop. At one go the loop may have more than 1000 items to be run. The process model gets paused by exception after running the loop for 1000th time. Do we have any limit on number of times a loop can run in one go? If yes, how can we handle the exception if we have more items than the maximum limit ? After the loop we have few nodes to run which gets stopped as the process model is getting paused. Appian current version : 21.1. Will soon migrate to 22.2. Any help is appreciated. Thank you.
How to configure a timer to trigger on 1st and 15th of every month? pls let me know if any solution.
Hello: Can a process model pass back data to the record view interface when the user either cancels or submits a form within the process model? The scenario I am looking to handle is when a user clicks into a record view from the record list view. Within the record view, the interface has selectable tabs. The user usually selects a different tab before starting the process model. The issue I am having is when a process model is started from a record action on the record view interface, the selected tab index within the record view is reset to the original selected tab index of when the user entered the record view. Is there a way a process model can pass the selected tab state(or any data) to record view once the record action in the process model is cancelled or submitted? Thanks! Tony Plaza
We need to download knowledge center as a zip file and there are more than 20000 knowledge centers in our application so doing it manually will take too much effort. Hence we are checking if there is any possibility where we can do it automatically through process model. Please suggest. Thanks in advance, Yashaswini
Which one is preffered Archieving or Deleting a process model in Data management . Any use case for the both ?
Hello! I have a doubt that i can't quite solve yet, so posting it may let me solve it faster I've followed an Appian advice in a way to download an Excel that has been exported from a Data Store Entity (something similar to this https://docs.appian.com/suite/help/22.1/Export_To_Excel_Smart_Service.html) I've "been able" (finding performance problems, I guess due to the table size) to clean the data store entity before writing on it once again. However, I have 4 rich texts, one for each function (clean the DSE, write to DSE, export DSE to Excel, download Excel). I want to reduce the number of clicks needed to do so, so I thought on using a!startprocessmodel() to reduce the first 3 rich texts to just one (so I'd have 2 in total). The thing is, I'm struggling on the Write to DSE node due to not knowing how to configure it nor how to properly write the input variables to the process. If you could help me do that or even reducing those 2 buttons to ju
Hi Appian Pals, I am getting this error in the process model consisting of a configured smart service to send email to an email address coming from the input user runtime during the process model.Can you please direct me what is the probable reason of this error being occured.Thanks in advance
Hi All, When the zoom meeting got over how to invoke the name of the user in the appian process model to the user input task (manager evaluation form).
My process inserts a new record in table CONTACT. Using AC!StoredValues, the process variable pv!contact is correctly updated with the ID (in debug, I see it in the process variables). Now I would like to understand why it is not updated in the interface calling the process as bellow. a!startProcess( processModel: cons!CADOR_PM_SAVE_INFO_CONTACT, processParameters: { &n
What is mostly recommended for Process - 1- Run as whoever started the process 2- Run as whoever designed this process model
Hi Team, There is a chat bot where we receive an approve action from approvers. How to receive that approve action in an active process to run particular approval instance.
Hi All, I have requirement where i need to trigger an exception path for User Input task, .If Thee active user input task does not receive any service data within given time frame, It should follow a exception path at specific time, let it be 7:30 AM EST . This should be checked daily , if by this time summary is not received , the exception flow should be triggered. kindly help me with this configuration.
HI, I'm trying enter the value in edit using lowcode WIndows Automation.I found kind off this error. [STAT] 2022-06-01 13:33:43 55s (0h) - <ACTION_START> - Start action 'windows-automation->interact-with-element' - 'enter pwd' // dur: - - avg: - etc:[INFO] 2022-06-01 13:33:43 55s (0h) - Custom timeout of 30 seconds provided[DEBUG] 2022-06-01 13:33:43 55s (0h) - Element search criteria: SearchCriteria [controlType=Edit, automationId=null, name=Password, className=null, failIfMultiple=false, failIfNotFound=true, index=0][DEBUG] 2022-06-01 13:33:43 55s (0h) - Waiting for condition "Searching for element...", try #1 of #30[DEBUG] 2022-06-01 13:33:43 56s (0h) - Condition "Searching for element..." satisfied with #1 of #30 attempts[DEBUG] 2022-06-01 13:33:43 56s (0h) - Trying to perform an interaction of type 'SET_VALUE' on the found element 'Password' of type 'EDIT'[WARN] 2022-06-01 13:33:43 56s (0h) - There was a prob
Hi Folks, i tried to trigger process model from mail(External system) using UUID. The main process gets triggered by guest but i have one sub process inside it which is not getting triggered. Please find the error below and attachment for error screenshot. Problem: The user does not have privilege to the process that the activity attempted to start. Details: Recommended Action: The process is not started, and this node cannot complete. Please start the next node if necessary. Priority of this problem: High Priority
Hi Folks, I am using connection string to fetch document details which i have uploaded in folder. When i execute/Test connection string to retrieve data its working. But if i call the same to fetch details dynamically from process model its not fetching. i am getting the error as "[workflowVariables:[FileName:[Document:]],status:ENQUEUED]" When i execute individually with hard coded value getting correct result as " [workflowVariables:[FileName:[Document:36161]],status:SUCCESS]"
Hello everyone, i am having a problem in publishing my process model, it gives me this error: everything is OK, i don't know where is the problem, could anyone help me in this?thank you,
Hi, When I am trying to edit the Process Display Name using Expression editor of Process properties I am unable to see the Data, Functions and Rules & Constants tabs in the Expression Editor. I am pasting 2 different screenshots in below, please look and help here as it is roadblock to my practice. I am using Appian version 22.1. Screen from Course Material:- ... Screen from Practice Environment:- Thank you in advance, Mounika V
How can we send a Grid data of an interface through an email notification?
Hi All, I have a scenario that, When a new request have been added it needs to change the satus as submitted later it should change to assigned and at last accept or deny depending on the person. My question was how can we store assigned status within the variable. Thanks & Regards, Saidivya Minna.
Hello everyone! So when I create a new product It has the value "New" as default in the Status field. After that it goes throw a Approval Task where the Supervisor has to decide if it is ACCEPTED or REJECTED. Then it should update the Status field Changing its value from "New" to "Accepted" or "Rejected". Instead of that it duplicates the item: the old item stays with the value "New" and the new item has the value "Accepted" or "Rejected". How can i fix that? Is it wrong to use the a!save as i show in the image? Should I be using a!update? I tried but i don't know how to use it propperly, I thought that maybe it is not right to use a!update. Or is it wrong configurated in the Data Tab in the Task Configuration: Or is it somehing wrong in the Data Tab in the Write to Data base Configuration: I am new to Appian and I've been struggling with this for many hours. Thank you so much!
Hello community, I have an interface with tabs as a task.When the task first loads its default is tab 1, witch is fine.The third tab has a link to start another process with a task, once that task finishes the interface refreshes and returns to original interface with default tab 1 (set in the pv as initial value).I would like the tab to be 3 (use save in the interface to save the value to the ruleinput), and have a rule input to set the tab number. But the resume task smartservice (I cant find any documentation regarding this service) has no task input to set the tabnr via the rule-input.Can I update the pv with the tabnumber value via the other process by process id? Or can the the pv with the tabnumber be updated when another tab is pressed but before the form is submitted? Kind regards, Erik
When i create user it takes long time to send email from 15 minutes up to hours.
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.