-
Recently active
Hi All, I am new to RPA in Appian, my requirement is to download the excel report from external site and pass it to appian process model, then in appian we can read the excel data and write it to our Database. We have a URL to external site, for example, URL - https://abc.com and inside this site lets assume we have below document links to download Document(A) Document(B) Document(C) from the above documents, RPA should download only Document(B) and should pass it to Appian Process Model. Here I am not getting any reference for creating a Robotic task for this action, so could you please help me with the details/steps how to proceed further. Thanks in Advance!
I am bserving in the project some errors related to Maven with a text like Project build error: Non-resolvable parent POM So, I try to request an Update Maven Project in Eclipse becouse Appain Document states To perform this update, we must go to the project root in Eclipse and press ALT + F5, which will request an Update Maven Project. When the pop-up window shows up, we can also mark the option Force Update of Snapshots/Releases to be even more sure.in docs.appian.com/.../IDE-setup.html However, I am getting an error below."Help document /de.jcup.sqleditor/html/open-label-reference.html cannot be opened." I have no idea what is open-label-reference.html. Could you tell me what I should do to resolve it?
Hi, I am using a windows machine and while trying to use the Task Recorder on Appian RPA I am not able to select the Application. There is too much white space in between. I can see that the SELECT APPLICATION dropdown is at the bottom if I forcibly move the popup window at the top. I cannot resize this window (pop-up) nor I can drag it enough at the top for me to select the application. I see the issue on both of these versions. Appian Version 22.3 Appian RPA 8.5.0 Appian Version 22.4 Appian RPA 8.7.0 I didn't face this issue earlier.. This may have happened in last 2-3 months with latest upgrade possibly. Is it just me or everyone is facing the same issue. I have already raised it with Appian thanks jaideep
I am experiencing an anomaly in the behaviour of the proxy once the Appian RPA config file has been set up on the machine hosting the Agent for Appian RPA itself. Although the config file has been compiled correctly, appianRPA's "autologin" service to the proxy doesn't work. The proxy popup is not handled autonomously, but, when opening any URL on Chrome, one has to fill in the fields manually and click Login. Following the official documentation of AppianRPA (docs.appian.com/.../agents.html, section "Generate config file") the config file is correctly set. Furthermore, also following the official documentation (docs.appian.com/.../manage-robots-installation-config.html, section "Configure a proxy for the auto-login service"), the management of the AppianRPA auto-login service has also been set correctly by following all the steps (environment variables, section "Log On" of the Auto-Login service).How can i fix this problem?
I have a value of type Date, inside two arrays. First array has only one value, Second array has multiple values. When I try to evaluate their typeOf(), I get 54 (Date with Timezone) for first one, & I get 7 (Date) for second one.The question is, why does the data type change for todate(now()) in first and second array ?Code:a!localVariables( local!singleItem: { todate(now()) }, local!listOfVariant: { 2, todate(now()) }, { typeOfSingleItem: a!forEach( items: local!singleItem, expression: typeof(fv!item) ), typesOfListOfVariant: a!forEach( items: local!listOfVariant, expression: typeof(fv!item) ) } ) Screenshot:
Hello, We are trying to compare two variables data inside 'IF' condition on Appian interface but we are not sure how to apply AND and OR condition? Kindly let us know, how to add AND and OR operators in 'IF' condition. We tried using 2 different approaches but getting error 'The function 'if' [line 1] has 3 parameter(s), but instead passed 4 parameter(s).' 1. if(not(isnull(local!customeraccountnumber)) AND (local!selectedTab > 1), true(),false()) 2. if(not(isnull(local!customeraccountnumber)) && local!selectedTab > 1, true(), false())
Hi Team, We have a custom GenAI platform in my company with custom chat completions API. Is there an interface component available in Appian that provides chat like UI? Or how can we design one? The chatBOT component available on marketplace require an OpenAI URL or API Key. It has no possibility of accepting my custom GENAI API URL and key. Thanks Bihitak
Hi Team, Does Prompt Builder AI Skill give the Gen AI capability.? Also we are using 24.1 version and the Create a Prompt Builder AI Skill is not visible. Thanks Bihitak
Hi, "I have three lists and I need to obtain the values present in all three lists? How can I do this without having to perform an inner join on the database?" ex. list1: {"IT","UK,"DZ", "USA"} list2: {"DZ", "USA"} list3: {"IT","UK,"DZ"} and I need to obtain {"DZ"} thanksss
Hi All, My requirement is to read the excel sheet data and to write it into Database table from Appian. The excel sheet contains some dateTime columns. But when we read the excel sheet in Appian, it considers all the columns as text, so I am getting the dateTime as below format when I read the excel, example 1: "2024-01-31 09:14:36" example 1: "2024-05-28 15:14:36" But I have created columns with dateTime datatype in CDT/table, so please help me to convert the above dateTime text to dateTime as below formats, output 1: 1/31/2024 9:14 AM output 2: 5/28/2024 3:14 PM Thanks in Advance!
Hello All, My use case is using ai-knowledge-assistant(community.appian.com/.../ai-knowledge-assistant), chatbot will ask question sequentially like ai-knowledge-assistant: Hello! I am your assistance. How can I help you? Human :I want to register one student in the school. ai-knowledge-assistant:sure! what is the name of the student? Human : Arka ai-knowledge-assistant:what is his previous school name? Human: Abc ai-knowledge-assistant: Please upload the school results <Upload button> Human:<human uploads the document> ai-knowledge-assistant: Please review the below information Student Name : Arka Previous school: Abc School result Please confirm Human: I confirmed <system creates an entry in the student record > Now my question are 1. Is it possible to show the question sequentially ? 2. Is it possible to have a button to upload a document and save it document folder? 3. Is it possible to trigger the process model after user says li
Hi Team, We are Aware of all the Robot Status but whenever we execute a bot its going in enqueue mode. The data process successfully but we are not getting data in variables because of enqueue status of bot. We are using these variable but getting empty value because of which its going into failure. Also we are not able to deleted the enqueue record from robot dashboard. Can someone please help here why its happening .
Hi, As per appian 24.1 documentation, I was looking for Ai Skills for - "Prompt Builder" option. I have checked and verified that I have 24.1 Appian version and when I select "AI Skills" then I can only 3 options as 1. Document Classification. 2. Documentation Extraction 3.Email Classification. Can someone please help me that why I am not able to see that 4th Option for Prompt Builder? Also, I am looking for some example to create a prompt lib for the use case we are looking into. Thanks in advance.
[ERROR] 2024-03-15 06:55:01 01m 01s (0h) - Error executing action [exceljacob->open-create-workbook]Invoke of: OpenSource: Microsoft ExcelDescription: Open method of Workbooks class failedHi, i am getting this above error when i am trying to open XLSB workbook through Appian RPA and for this i'm using "Open Workbook(license required)" component.
Hi Everyone, I am trying to connect Appian 22.4 with Uipath 22 but getting below Error When I use the same credential with Uipath, I was able to login in uipath orchestrator I tried changing the Url as well but same issue. Can someone please help here
Hi, How to extract data from email using Email Classification AI, I have created Email Classification AI Skill , and provided some sample emails , on using the "Classify Emails smart service" its only returns some prediction of the email type. Can anyone please help to guide what to do with the prediction of the email type, as I was looking more towards extracting the data from email using AI ML Email Classification. Same goes for Document Classification AI Skill, basically I want to understand what is the practical use of it? Thanks Bihitak
rule!Is primenumber{} how to implement it correctly when I want to get it in a specific range ?
I am just playing around. I have AI skill configured with matching PDF field data. It was successfully reconciled and saved data in CDT when i have less than 5 fields under 5 min. I tried to have 10 fields straight, no table type/structure, however it failed with "Document Extraction Failed." looks like timeout. It took more than 5 min even to through this error. What could have gone wrong? Any inputs helpful? Doc i am trying to extract from..
Hi, I need help with Appian queryFilter, I have found a strange behavior that I would like to consult you.When I filter for a record that is boolean true, it returns false values, what can I be doing wrong? Here are two different examples with a!queryRecordType() Thanks in advance, Hector
I am working on a related action and while working on a related action I don't want anyone to work on that related action so how to implement this scenario?
Hi Appian folks, I want to capture the screenshot from a running video and later send it to API. How can I capture it from a video using RPA modules? I tried doing this with Windows Automation modules. I captured a screenshot by "Send Screenshot" module. How can I get the screenshot from execution log to Appian?
I have a requirement where I need to send an Image ID using users data(his profile pic in Appian) through an API. (plz don't question the reason)user(), document() and some other image related functions were unhelpful.There are components that can be used to get the image and display it such as userImage, but its useless to me in an expression(rule).I also looked up discussions.. nothing for this specific case.Another note: a process is involved, so smart services can be used(I don't know if there is one to help in this case) any suggestions?extra:wataheck is this? this gibberish happened when I added ('), and it stayed that way
Hi everyone, just wondering why the string is not being typecasted to both user and group and being checked which one is valid since the type is userOrGroup?
What does the below warning mean in AI skills document extraction? Files with pages with too many tokens These files contained pages with too many tokens (token limit: 512) for the model to process. Labeled entities on these pages may not be included in training if they fall beyond the token limit.
Hi, I am currently receiving an error when trying to convert free text from a paragraph into an html, simply because the single apostrophe (') does not convert to a special character when trying to create html formats used to create a microsoft document and convert it to pdf. The document either shows the escape character of &#39; or we receive an exception error in the process model. I am using the smart service Configure DocX From Dynamic Template. I have been using the toHtml() function to convert all text into html format, but only receive this error for sing apostrophes. Any help would be useful. Thank you.
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.