-
Recently active
= a!forEach( pv!documentos, 'recordType!{1f7c4a8e-ee45-44c7-8872-dc5542133555}GC Documento Proposta'( 'recordType!{1f7c4a8e-ee45-44c7-8872-dc5542133555}GC Documento Proposta.fields.{9edd3c74-2a43-4d35-a34a-f15156e24008}nome': fv!item['recordType!{1f7c4a8e-ee45-44c7-8872-dc5542133555}GC Documento Proposta.fields.{9edd3c74-2a43-4d35-a34a-f15156e24008}nome'], 'recordType!{1f7c4a8e-ee45-44c7-8872-dc5542133555}GC Documento Proposta.fields.{c5c850df-96fc-4f05-acac-ce2ec64be9fe}descricao': fv!item['recordType!{1f7c4a8e-ee45-44c7-8872-dc5542133555}GC Documento Proposta.fields.{c5c850df-96fc-4f05-acac-ce2ec64be9fe}descricao'], 'recordType!{1f7c4a8e-ee45-44c7-8872-dc5542133555}GC Documento Proposta.fields.{a0bd41fc-ae6a-4d8d-a639-811ceb6223dc}uri_bucket': fv!item['recordType!{1f7c4a8e-ee45-44c7-8872-dc5542133555}GC Documento Proposta.fields.{a0bd41fc-ae6a-4d8d-a639-811ceb6223dc}uri_bucket'], 'recordType!{1f7c4a8e-ee45-44c7-8872-dc5542133555}GC Documento Proposta.fields.{d4796
Hi, I'm trying to insert a timer in a process model (like that simplified in the screenshot belowe), but with the timer the chain between first and second User Input Task stop working, the second UIT doesn't appear (only in Tempo). The same behavior in a more complex process with many nodes between the two UITs What I'm doing wrong? thanks!
[mention:6b9f80ff18f9420082d13ef2d5121d56:e9ed411860ed4f2ba0265705b8793d05] I have a question regarding this section in the documentation: https://docs.appian.com/suite/help/24.4/Start_Process_Smart_Service.html#starting-multiple-processes-at-once Why do we need to implement this in two different ways, depending on whether autoscale is enabled or not? Can you give us some technical details? I would like to understand what is going on under the hood.
Hello Everyone I am generating and merging PDF. Getting this error ???contents.error.alertMsg??? Can anyone help what is this about? Thanks
/resized-image/__size/640x480/__key/communityserver-components-multipleuploadfilemanager/99091518_2D00_115d_2D00_416d_2D00_a0fb_2D00_2f8360c6673f-289184-complete/pastedimage1732717760969v8.png Here i queried some detail ,it is in Ac in input tab but not give Save into , in the output tab(img 2) im updating the Ac value and storing in the Target in this case it is working fine but in the input tab if i give the Save Into the value is not updating in the output tabboth Save into and Target given only the Save into come out of that Script task or what
hey, I am trying to sent email to a process model which gets triggered if it receives email as receive message event. I am using an on premise appian application. I tried to sent the emial using prcoessmodeluuid@domain but the mail is not getting sent. Also how to cofigure the domain for email. I already read the document but it wasnt of much help.
Hi all, I am trying to capture Mail sent by user and save the attachment in a folder. I am using Receive Message Event for the same and sending mail from my Gmail account to the Process Model UUID as mentioned in the forum "processmodeluuid<UUID>@subdomain.appiancloud.com". Mail is not getting sent in Gmail and used another Smart service, 'SEND EMAIL' for sending mail for the above ID. Then also the process is not working and error "No Valid recipient" is displayed. I have done everything as per documentation. Can anyone please let me know the flow on how to Send the mail and start the process to receive the mail with attachment? Thanks in Advance. Please find screenshots below for reference and let me know the changes to be done. Receive Message Event properties: Process model properties.
I have an expression rule that returns a value based on rule inputs. When I run this rule as a stand alone rule, it gets the data I expect. When I run this rule in process model A, I get the result I expect. But when I run the rule in process model B, I don't get the results I expect. These 2 process models are child processes that get called at the same time, and have the same inputs. The node that runs the rule has the exact same inputs, settings, assignments, etc. I can't see any reason why the rule would work correctly when run manually, or when run from process model A, and not process model B. For context, they are expected to return the same value in both process models. Am I missing something? If it helps, I'm using Appian Cloud v22.3
Hi All. Am using Set External PV plugin to update process variable of two different process. Lets say process ids 12345 and 54321 and both PM are having same security. But I could able to update PV for process 54321 whereas I couldn't do the same for other process. Its showing below error. "An error occurred while trying to update the PVs of process with id 12345: Insufficient permission" Can anyone suggest how to troubleshoot this? Thanks in advance!
Hi, I have a process model where a rule is processed in a script task running parallel to a user input task. At the second AND gate, there are two possible scenarios: First API Call Path Reaches the AND Gate First: The API path reaches the AND gate before the user submits the task. This scenario works as expected, triggering the next chained User Input Task (UIT) in the process after the submission of first UIT. User Submits the Task First: The user submits the task before the API path reaches the AND gate. In this case, the next UIT is not triggered as expected. anyone knows what's the reason for this to happen ?note : the script task is not an actual API call but just an expression rule with some dummy dataThanks
Hi All,I have few records and out of those if i am trying to open any sync enabled records it's taking more than 30 mins ,not only opening if i am trying to sync these records it's taking forever.At the same time if i am trying to create or update any value for these synched records using "Write Records" in process model it's taking minimum of 15 mins, in some cases it's throwing "system encountered an error" , but when I checked in the database the write happened quickly (<1 min). We are using Oracle Database.We are not quite sure why this is happening,any leads /ideas? Thanks in Advance.
I am creating a cardlayout button that uses an a!startProcess link (which is shown below). On the initial grid page, I have a cardlayout button that when selected initiates a Create/Update Process model that users can update or create records for. The process model takes in a dynamic input for what type of file to create, and what location the file is associated with. The main issue is that once the user either cancels the form, updates a record, or creates a record, the form does not refresh to the initial page with the cardLayout and grid view of all the current records within the database. The data is added to the database and shows in the grid view when the user manually refreshes the page. However, the task does not exit out of the form to enter/update/cancel data. I also double checked the create(update)/cancel buttons and both have submit as true. I am not sure why the process doesn't close and refresh the initial page the process was initiated from.I should also add that th
Hi, I have a process model where a rule is processed in a script task running parallel to a user input task. At the second AND gate, there are two possible scenarios: First API Call Path Reaches the AND Gate First: The API path reaches the AND gate before the user submits the task. This scenario works as expected, triggering the next chained User Input Task (UIT) in the process. User Submits the Task First: The user submits the task before the API path reaches the AND gate. In this case, the next UIT is not triggered as expected.the API call is not an actual API call but an expression rule with dummy data in output
Hello, I'm looking to see if there is an Appian out of the box method to do the following: I have a form for users to enter info and submit, and they have the option to submit information once, or submit info and stay on the form, basically just like the create & add another user functionality. I want the users to see a temporary confirmation message after they click on submit and stay on form, so that they know the information they entered was submitted. Like this, but I want the text to show something customizable, and I want the user to remain back on the form without needing to click on any additional buttons. I've seen there is the bannerMessage field on a!startProcessLink, but I'm having difficulties getting the message to show up with customizable text. I do know there are custom code to get cards to automatically show up and go away, but I'm wondering if there's any oob feature. Thanks!
I have a word with text, tables and images. First, I need to fill the fields with ###field### on the word, next I need to convert it to PDF. I have tried to convert the document to PDF with nodes: PDF from DOCX and PDF from Single DOCX (with Fonts), but both of them change the styles. How do I make sure that the styles of the PDF do not change?
Hi , I have a requirement to make logic when suppose I have a table with different columns as: A, B, C, D and here there are 5 version for each row example: V1 has A1,B1,C1,D1 V2has A2,B2,C2,D2 and so on till V5 Now what is need to be done is when user is updating v1 version then he is allowed to update only D1 and once he update D1 column as 2 then future version of D2, D3, D4, D5 will only update as 2 when A1+B1+C1 combination contains exact value and if any of the version does not contains the combination of A+B+C then value of D as 2 will not update for that version example: V1: A1=cat B1=dog C1=bat D1=1 V2: A2=cat B2=dog C2=bat D2 = 2 while updating D1 = 5 ( V1: A1=cat B1=dog C1=bat D1=5) then value changes for V2 (future version only if a1 b1 and c1 is identical as a2 b2 c2): V2: A2=cat B2=dog C2=bat D2= 5 [mention:b45a4f6a20b14a008e4e0ec732a8bf98:e9ed411860ed4f2ba0265705b8793d05]
"I am having trouble displaying checkbox values in a PDF generated by Appian. I am using a PDF Doc Template, and the checkbox values are not displaying as expected. Here’s a screenshot of the issue. Can anyone help me figure out what I might be missing?"
In my process model i am giving multiple timer for sending notification in every timer am passing process variable with some calculated date and time value but when the date and time passes timer is not getting triggered what can be the issue and process is still active .Note-> whatever Process variable am passing with some calculation in process details am seeing the value like 11/10/2024 6:00 pm.
Hi, I am starting the online academy course (Appian Dev) . I would like to know how to restart a process using the Web API. I have been successful in starting a process using Web API.Now I am wondering if it is possible to use Web API to resume a process that has already been started.
I have two processes: Process A and Process B Process A calls Process B using the SubProcess Smart Service. When Process A starts it will have a target completion date for the entire process. Process B is configured with a ProcessVariable that indicates a number of weeks prior to the target completion date that it should start (pv!startWeek). What I would like to do is set the scheduled start of the Subprocess Smart Service node based on that value like: = a!subtractDateTime(startDateTime: pv!reset_date, days: pv!startWeek * 7) My issue is that I'm currently not able to reference pv!startWeek from ProcessB from the Configuration of the SubProcess Smart Service in that calls it from ProcessA. Is it possible to access this value in the configuration of the Smart Service? Is there a better way to set this up? I'd prefer to keep this config in the SubProcess Model as I wouldn't want to change all of my processes that call this SubProcess if we determine the sched
Hi there, We're having issues with four process models in one of our lower environments. Three are started from a process start form, and one is just a subprocess in another process model. The error must be occurring before the process actually starts because the process models do not show in Monitoring when the error occurs. It will fail with this error on screen: And this error in the logs: 2024-10-29 14:59:28,816 [ajp-nio-0.0.0.0-8009-exec-54] ERROR com.appiancorp.rest.shared.FallbackExceptionMapper - Internal Server Error on REST API invocation. SignalException: Received signal At least one referenced Activity Class Schema is invalid: ,282 from PROCESS.prepareExecutionProcessModelIds on execution04 It doesn't happen every time - it's only failing when the process hits exec engine 3, 4, or 5. Engines 0, 1, and 2 all seem to be fine.. It is also only happening in one of our lower environments and not the other three. We recently upgraded to 24.2 and it
I have an issue that I am at a loss on how to trouble shoot. I am trying to produce an Excel Spreadsheet that notifies management of 6 different conditions that will occur within 3 months of the report date for the clergy members of our diocese. Clergy Members that do not have a term end date. All clergy assignments must have a term end date, and this report shows those that do not have one. Age Notification - This notifies management of Clergy members that are nearing several age related events. Medicare eligible, early retirement and mandatory retirement. Birthdays - This notifies management of Clergy Members' birthdays within the next 3 months Ordination Anniversaries - This notifies management of Clergy Members Ordination Anniversaries within the next three months Assignment End - This notifies management when Clergy Members are within 3 months of their assignment termination date. Status Notification - This notifies management when a Clergy Member is within 3 mont
Hi I have a requirement to edit table where I have to edit only 2 columns and show rest columns as readonly and send those 2 value in another table through process model but the another table where I need to store updated value has empty data thus I'm getting error please help me how to configure script type when I have to send value of those 2 column along with updated by and updated on in empty table where there is no id created [mention:b45a4f6a20b14a008e4e0ec732a8bf98:e9ed411860ed4f2ba0265705b8793d05]
Hello, How can we send alerts email to DL? Please assist. Thanks
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.