-
Recently active
Hello, I have a problem in process model when trying to send email. I needed to implement functionality as follows: User needs to be on interface and enter email in textbox on which he wants to send email. After he clicks on the button email with document should be sent. User should then get information if email was sent or not on interface. For this I am using a!startProcess function on interface to start process model to send email. I have configured output message with all nodes having activity chaining at the end of the process model. Message is returned when email is successfully sent, but when email that user enters does not exist I have a problem. In many cases, process will break on send e-mail node if user enters email that does not exist. For instance I enter email ttestttttteee@gmail.com and process will break. But, if I enter email ttestttttteee@gmail.comm process model will continue and email will be sent. The problem is in email text after @ sign.
Any suggestions around it: I have requirement where user want to edit a column in editable grid and that column should be pickerfield. I have a table to store existing data and pulling from it on grid. For picker data, i have a reference table that pulls all the populating data as needed. I am getting an error while i try to remove the existing column data and fetch new data. I tried different ways to define this but somehow ended up facing different issue for each attempt. ONE ATTEMP: Below code is one way of my attempts!! TWO ATTEMPT: This is working fine if I do something like below but is not appropriate for business use case: local!existingdata: Record type uuid: 5bf7f7cb-2b7c-430f-93b1-102a13b4f3af from error is the Record that pulls existing data.
Hi All, Multiplying the below values by product function and expecting to return output as 16956.0843 but it is returning the output as 16956.08. product(16746.75 * 1.0125) Regards,Sandeep
I was making a query today in which I wanted to find entries based on a particular field and if that field happens to be null, I want all the entries that have that field null. I ended up with 2 filters, one that looks for entries when the value is not null, and one that looks for entries when the value is null. It works and all, but the thing is there's a parameter called ignoreFiltersWithEmptyValues that is usually true by default. But you can make it false and now instead of ignoring those filters with empty values, it gives an error for each filter with empty values. My question is why does this parameter even exist if all turning it off does is cause an error on null values? Wouldn't it make more sense to search for null values instead?
Hi All, Input code: a!toJson( value: {test: { assuranceText: "Jag försäkrar att uppgifterna jag har lämnat är riktiga och bekräftar att jag har tagit del av informationen och villkoren ovan.\n\nDin ansökan grundas på automatiserad behandling av dina personuppgifter. På vår hemsida och under inställningar kan du läsa mera om hur vi behandlar dina personuppgifter och om dina rättigheter.\n\nNär du skickar in din ansökan kommer en kreditupplysning om dig att hämtas in ifrån UC" } }, removenulloremptyfields: true()) I am geeting the out put as below: in the output you can observer that one extra backword is added for the newline character
Hi, I am handling documents in Appian using "a!fileUploadField". When we upload the files/documents using this component it is allowing to upload the files/documents to a specific Folder which we have created inside Appian. I would like to check if there is a way I can upload the documents to the network folder which is mounted. Any advises please.
Hi, I am using a smart service called "Export Data Store Entity to Excel" and generating a document and storing in a pv! variable. Now, when I try to attach the same document in the "Send E-Mail" service, I am getting an error. I passed the variable to the "Attachments" like pv!reportName and tointeger(pv!reportName), but still no luck. By looking into an error message I was unable to find the root cause. Can someone advise please. ERROR: Problem: An error occurred in executing an Activity Class. Details: Failed to process attachments Recommended Action: Examine the activity class to correct the error and then resume. Priority of this problem: High Priority
Hi all, when i want to save data in UI and then page jump out。 but i check the whole pm, chain every node and no error and the whole workflow in pm is fine .but just jump out . Below is my design.(just a mock) after i click save button in UI and run the yellow part ,then the page will jump out. BUt if click save but dont run yellow part ,the page will keep. the yellow part is a sub process model to save data into db. all sub process model node chain. any idea for this? looks like yellow part is root cause.
What all cases are covered while using validateemailaddress() ?
I have a use case to check if a group already exists. And if not, we should create the group. Is there any way to check a group exists in an environment already.
Hi, I have observed many a times that in a script task with multiple inputs or outputs, that have some complex operations like queries, each input/output of the script task is stored in certain pv!. During execution only few pv! hold values and rest remain null, but if I use two script tasks instead of one and split the work among both the script tasks it works as expected. What could be the issue, is there any limit on processing a script task?
Hello!Context: i have One page with 2 StartProcessLink: Link 1: List of sell Processes Link 2: Sell Procees Creation When i select the second link(Creation), it shows an Start Process Form, in wich i have a sumbit button. When the process starts, i want to have an interface showing a link to the Link 2 Form(Sell Processes List), so ive configured an user input task inside Link 2 Process, as shown in the image below: The thing is, it does not show, instead, when pressing submit, the main page its shown. Thank you for your help.
Do you have any idea on how to check if all values in array matched in appian? example arrayValue = {true,true,true} returns "All Elements are Same" else returns "Not the same"
Hello Everyone, In recent days, We are seeing this error in the tomcat-stdOut.log. In the front end, we are getting, An error encountered while processing the request. ERROR com.appiancorp.rest.shared.FallbackExceptionMapper - Internal Server Error on REST API invocation. com.appian.komodo.api.exceptions.SignalException: At least one referenced Activity Class Schema is invalid: ,304 Can you help us on solving this issue? Thanks in Advance
Hello Everyone, I am getting a multiple instance of the task name,how to fix this issue? Thanks in advance,
How to configure a key in CDT?
We want to display dynamic column values (e.g. if a field is a picklist, date, datetime, boolean, user picker, text, integer)
Hi All, How can we achieve DocuSign or Adobe Sign over email. we have a use case, where a mail will be sent to an user, and the user has to sign the document to confirm the receive of the mail. We are using On-Prem version 22.1. Thanks in advance. Warm Regards Vineeth
Hi I Am having value as "USA|UK|Canada" like this but i want to remove the "|" from the text and create a array as {USA,UK,Canada} so that i can write data into DB as each entry. Can someone help here
How to catch default error when invalid datetime format entered in dateTimeField?. If we catch the error it will be useful to validate for other dependencies like to enable/disable button. Eg: How to save the default error message in a variable which we found red colored text in the below screenshot?
I have to generate invoice using internationalized characters. Any one have any idea how to do this. Thanks in advance.
Hi all ,encounter below error when using Send Email smart service. `Failed to send email`, Then i go to check error log see above yellow part error message: `452 Too many recipients received this hour`wait for a while,it can work fine.looks like it can be configured in somewhere for recipient limitation.anyone has suggestions?
Hi All, One task is assigned to a group and it contains multiple user. If any one the user accept the task, whether the same task is visible to other members task inbox or not. kindly confirm. Thanks in advance.
Hi!I successfully sent a email via Send E-Mail node, the "To" (email main recipient) received the mail, but the "CC" (mail group from outlook) didn't receive a mail. There is no error in my monitoring .
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.