-
Recently active
Hello Team, In Appian we have a Inbuilt function for sentiment score calculation for Text . "a!sentimentScore() " - only for text. And we do have Google Cloud Natural Language connected system to perform entity and sentiment analysis to collect information from HTML or plain text. But,my question is how do we calculate sentiment score based on voice. if the person who is taking Interview , how his voice is analyzed and get Sentiment score. Could you please help me in understanding How sentiment score calculate for Voice in Appian. Regards, J Vinay.
Hi Team, I have a csv in which I am receiving "11 May 2021 07:08:12 GMT" as text in one of the columns, Is there anyway to cast to Appian datetime type Regards Bihitak
Hi, We are trying to generate a CSV file from CDT and the first heading on the file starts with @ symbol. Now when I open the file in a text editor Appian/plugin adds some extra characters to it. How do I get around this? Example -- the file generated in Appian - "'@ENB"NE ID,NE Type,NE Version,Release Version,Network,NE Name,Local Time Offset,EAIU,FW Auto Fusing,Site ID213208,macro,22.B.0,r_0130,TELUS,LTSAB0213208,0,not-equip,off,0 The output we are expecting - @ENBNE ID,NE Type,NE Version,Release Version,Network,NE Name,Local Time Offset,EAIU,FW Auto Fusing,Site ID213208,macro,22.B.0,r_0130,TELUS,LTSAB0213208,0,not-equip,off,0 Also, we don't want any space in front.
Where can we find the slide decks and other content from Appian world 2023? I attended Charle's Tsui's UX session and would like to reference those slides.
Hi all, I have this issue: i want to select somehow a specified row in a!griedfield component, like ID 24 in the picture below, then start a process with some value taken from that row, with a submit buttom or something similar that can appear when the specified row is selected. Is it possible to achieve this goal? This is a screenshot of my site in which the element of the only read grid are taken from a recordtype, so this is why the ID is coloured in blue. Thank you in advance for the responces.
Hi, how to read mails from gmail using Appian BPM using smart services?
I am getting the error some time page is opening it is getting reloaded after 3-4 sec and showing this error.
HI team, iam using Zoom connected system community.appian.com/.../zoom-connected-system How we get the recordings by giving Meeting id for locally saved? i have recorded a meeting and save it into local folder.so i know that cannot fetch the local files. but to get the recordings where should i save the recordings can anyone help me to get recordings. Thanks & Regards, J Vinay
Hi, is there any way we could start the process model with start form and pass some input parameters from external URL. We have a request where we will have to search some customers in external system, and pass the related customerId to appian process model which should open a start form. So the similar behavior as appian actions, but being called by using URL in external system and being able to pass some parameters to a start form which should be displayed on a link click. For example, we have to search for a customer in external system. When we find a customer we need, we have to start an appian process for that particular customer only by clicking the http link in external system. Another requirement is to avoid starting the process instance if start form for particular customer is not submitted. So, for example, we find a customer with custId=1 in external system, we would like to generate some URL like http://appian.host/start_process/processModelId=2&custId=1&
Is it possible to send email during start date and end date ,an Api call will be triggered during start date and it gets ends at end date . So when the start date arrives Api call be triggered during which i need email to be sent and vice versa ( when Api call ends at end date another email needs to be sent )
Hi All, We have a requirement to start appian process automatically when a outlook mailbox recieves emails with body and attachemnt. Then we have to consume the body and attachment in Appian process to process it further. We tried to look into : https://docs.appian.com/suite/help/23.1/Sending_an_Email_Message_to_a_Process.html#starting-a-process-using-an-email But it seems it requires extensive configuration at server level to enable polling icluding setup of routing server like Apache James. Wanted to enquire if there is any solution available which doesn't require server level configuration. Regards, Soumyasish Dutta
Hi all! We need to send an email with a link that allows users to directly access the download of the documents (after authenticating in the application). instead of sending them as attachments. We have found the following discussion Appian Community and we have developed like this. We have included in our HTML template: <a href="https://your environment/suite/doc/###docid###?appian_environment=designer">Download Document</a> and it worked. The problem is when we have moved to another environment. We have just updated the name of the environment: <a href="https://new environment/suite/doc/###docid###?appian_environment=designer">Download Document</a> And now its not working, we got the following error: Application Error We're sorry! We could not process your last request. There are no details available for this problem. If you continue having problems, please cont
I need to allow the user to enter a comment in an interface. This comment might be 200-500 characters long and might contain line breaks (CR or CRLF). The a!textField allows for the character limitation, but not for multi-line display, wrapping long lines, including line breaks. Is there a control that provides multi-line text input? (Like this 'description' field I'm using to enter this community post.) Thank you.
Does anyone know why this Health Check Playbook article is not accessible? Has it been moved to another page? Was it decommissioned? Is there a link out there to a newer article?
Does anybody know any Organization who develop Products using Appian? Please let me know. Thanks, Sarat Tumu
Hi Champs, I want to make my Milestone as shown below to be freeze when we user scroll on the right-side section. Can we achieve this? Regards, Ghanashyam
Is it possible to change the button color in an interface (button style like normal ,secondary ,destructive) I want other than this .I want submit button to be in green color
Hi Champ, I want to change the default value in sugnature component "Draw signature " to other text like "Click here to draw signature." Is that possible? Regards, Ghanashyam
Hi, I have a read only grid, which has various filters. For one of my filter, I have the different stages (New, In progress, Done). When the grid is viewed from the front end, I want to initially filter out the stage ( Done) and show the remaining stages. In that case, when a user want to see the "Done" records, they can cancel out the filter. Can someone help here.
while click on submit button, calling the integration call. If any error is occured then we should display the error message on the top of page. I have displayed the message on top of the page. But focus is in bottom of the page. Is there any way to scroll to top of the page or set the focus to top of the page automatically.
I want to convert a date from 2/JAN/2020 this format to 01/02/2020 this format. that is if the user adds the date in dd/MM(text)/yyyy , we have to convert it to MM/dd/yyyy How can I achieve this
Hi everyone, I have a problem with a process model that receives incoming emails that contain certified emails as attachments, with an internal nesting degree usually greater than 3 (therefore at least 3 emails attached inside the attachment of the email sent to the process). With these types of attachments, the email sent to the process never reaches the received message node which I used to activate the process. If I then send an uncertified email, the node receives the email and the process is activated normally. I attach a screenshot of the input node configuration, with the public event flagged. Has anyone had the same problem?
Hi All,I ma using documentpreview to view the uploaded pdf file but the component is always showing the uploaded file in <100%.I am attaching the screenshot here as well.How can I make it 100% by default. Thanks in Advance,SSP
How to read data from sharepoint list to appian?Could you please suggest is there any functions or plugins or smart services?
Hi everyone, i've got a problem with email sent to a process model with multiple nested .msg attachment. I want to extract the last nested email attached to the incoming email, but the received message node doesn't process the .msg file. it simply download all the other files (pdf, .xml...) without reading any information of this series of the nested .msg attached emails. I've used the striphtml(msg!properties.Attachments) function in the received message node configured to receive incoming email, as shown in the pitcure below. I don't use the read msg plug-in because i have to download the .msg file as attachment from the incoming email, so it's useless for my process. Thank you all
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.