-
Recently active
Hi all, I recently passed the certificate (Certified Associate developer), but i received this email, can you tell me the reason for this message ? This is the mail : " Congratulations on passing your most recent Appian Certified Developer Exam! However, we cannot grant you the certification because you have not met all of the requirements. To ensure you receive the certification associated with each exam, you must satisfy the following: For Appian Certified Associate Developer Pass the Appian Certified Associate Developer Exam"
I deleted some rows in DB and the data in record type was not updated accordingly. I've checked the tab Sync Options in record type and there is a button Start Full Sync. I'm wondering if it will affect the DB when I click that button to sync data manually, as this record type is scheduled for full sync at another time, and I want my record type data to be updated immediately. Thanks for any advise!
Hello? Is there a way to set the working days and non-working days of the process calendar at once without selecting them one by one in [Appian Designer -> objects -> Process calendar]? I have found out some plug-ins at the AppMarket. 1. Business Calendar Management https://community.appian.com/b/appmarket/posts/business-calendar-management 2. Calendar IO https://community.appian.com/b/appmarket/posts/calendar-io Both are mentioning about "uisng database". I tired to find the table for the calendar in the database but was not succesful. (Save calendar function seems to be deprecated. Which is the function that I need most.) How do Appian Developers usually manage business calendar?Do you create and use a separate calendar other than the process calendar provided by appian?Or is there an easier and more convenient way to set the appian process calendar? Functional support for setting up a business cal
Hi, I have created a BOT (as suggested by the Appian RPA tutorial) to update a single DB row and it works just fine..Here are the steps in brief My Appian DB: BOT is 1. opening the browser: https://inspections.myhealthdepartment.com/va-arlington 2. updating value in search: pv!restaurant.restaurantName (comes from the process model which retrieves the data from the DB) 3. click on search button 4. Getting status (from UI - CSS selector) and updating restaurant.status 5. Getting date (from UI - CSS selector) and updating restaurant.date This is my CDT and the process model My process variables: Get Restaurants to Search Node: Execute the RPA and saving the values in restaurant variables Writing to the restaurant variables: Updating DB This works just fine. The status and date field on my DB gets updated with the value it extracts from the https://inspections.myhealthdepartment.com/va-arlington Problem: Now I am trying to do this for mult
Hi, We have a requirement in Appian RPA where robot needs to open a website which is having 'http' and NOT 'https'. When I'm using 'Open Browser' action it is showing to provide a valid URL. Could anyone tell a solution on this?
Hello, I have an ask to insert a generated PNG file into an HTML document we generate through the "HTML Doc From Template". This document is then later converted to PDF which is given to the user. The image generation and PDF generating is working fine, however I cannot get the image to appear in the template. I've found many older forum posts saying to convert the image to Base64, but it appears the functionality to generate the base64 within a process model has been removed from Appian. I cannot pre-generate the Base64 as the image itself is generated on the fly and then deleted within the same process. Any ideas? Thank you!
Hi, we are facing issue with executing “Open Browser(Edge)” action stage in Appian RPA for “http://xxxxx.xxxxxxxx.local/Reports/Pages/Folder.aspx” URL. Getting below error while executing it. Kindly give your suggestion.
Hi, How to show number remain of character in paragraph field Thanks.
Hi All, I want to use multiple data store entity node in my process model. I am passing the input as below in the inputs tab of the node, { a!entityData(entity: cons!DSE1, data: {pv!data1}), a!entityData(entity:cons!DSE2, data:{pv!data2})} But I need the outputs since I am passing that into sub process but I don't know how to save the outputs in pv!data1 & pv!data2 in outputs tab of the node. could you please help me on this. Thanks in Advance.
How do I get a listing of all Record Types? ( I am trying to build a report of Record Type IDs and UUIDs )
I have a linkField with a recordLink. It displays the wrong label, but when I click the link it takes me to the correct record. My main table has two columns that are foreign keys to another table for contacts. Ex. Main table has columns primaryContact and secondaryContact. Row 1 has primaryContact 1 and secondaryContact 2. The 1 and 2 are foreign keys that reference the Contacts Table, with columns id and name. Row 1 has id 1 name Michael. Row 2 has id 2 name Luis. Ex record link: a!recordLink( label: ri!record[recordType!MainTable.relationships.ContactsTable.fields.name], recordType: recordType!ContactsTable, identifier: ri!record[recordType!MainTable.fields.secondaryContact] ) The expected behavior is to see the name Luis and when the user clicks Luis, it displays Luis's record. The actual behavior is it shows the name Michael and when the user clicks Michael, it displays Luis's record. So, it is displaying the wrong label, but the correct
Can i make a login portal for my appian application i made? if i can kindly help me out.
Hello, I'm not quite sure if I'm working with this pickerFieldRecord correctly (it is not saving any value in the rule input) and I don't understand why it says that "idSkill" is type Text because it isn't... a!localVariables( local!Skill, (...) a!pickerFieldRecords( label: "Competências", labelPosition: "ABOVE", placeholder: "-- selecione uma ou mais competências --", maxSelections: 3, recordType: 'recordType!{b10f5f28-725c-4c8b-a211-776386be5222}RM_ref_Skill', value: ri!recordCandidateSkills.idSkill, saveInto: {local!Skill, a!save( ri!recordCandidateSkills.idSkill, if( a!isNullOrEmpty(local!Skill), {}, a!forEach( local
Hello, The following error appears when I try to excecute the function fn!executestoredprocedure() LOG TomCat: ERROR com.appiancorp.ps.function.ExecuteStoredProcedureFunction - Error executing What can be happening?
After the 22.2 upgrade our processes that use Send File Over SFTP is not working correctly. We confirmed the file is being generated as it is being stored in the expected folder in Appian and process is running successfully but the file is not being placed/sent in the SFTP/MFT site configured. We confirmed that the service account we are using have access to the target directory in the site. We also checked with the SFTP/MFT administrator for the logs and confirmed that the file we generated in Appian is not being received in the site. Our processes that retrieves files in the site then loads to Appian doesn't have any issues. We are currently using the 2.2.2 version of SFTP Functions plugin.
Hi, Can we customize the filters on the grid with different icons instead of icons ?
Hi All, In the latest Appian 22.3 version, Appian replaced the JavaMail API (javax.mail) with Jakarta Mail (jakarta.mail).Wanted to cross check if the plugin "Mail Server to Database" has javax.mail jar in its respective list of jar files.In order the check the same not able to find the respective plugin in App Market. Please let us know if anyone else using this plugin in their applications.If yes, what is the name which i need to search with in App Market and does this consist of javax.mail and if yes, is that replaced to jakarta.mail. Thanks & Regards, Divya Jyostna Dasari
We have a requirement where we need to configure Azure AD B2C as the IdP for SAML and subsequently make calls to an API using the SAML Bearer Assertion as Authorization Grant feature. The customer is unsure on how to configure Azure AD B2C correctly. Does anyone have any experience with this? If so, we would highly appreciate any assistance or guidance.
.
I have added "XOR" Gate to my PM and in that i have added a condition like "if( totime(local(now(), "IST")) = cons!IT_TIME_CONSTANTS_FOR_VERSE, true(), false()) Where The constant holds time of 12:30 PM,but even though that expression is true the Pm is returning false because of which XOR is failing.Can anyone suggest what's wrong hereThanks in advance,SSP
Can we query log files in appian and show them in an interface?
Hi , kindly suggest validation for URL. thanks in advance
Hi, We have to SQL server as a database from Appian. We are trying to find out what jar is file is required to placed in the path which has been specified in the below highlighted path. Can someone advice. Thanks.
Hi All, I have a requirement where Appian RPA needs to pull an excel file from computer's local folder and pass that to a process model as parameter. Could you please help me on how Appian RPA can pull file from local folder and also if it is possible to pass the file as parameter to a process model? Thanks, Sudip
I want to set up configure or flow to process multiple if conditions. If(condition= true and condition2=true), true, false) Takes a specific path if condition is true. Wanted to know if it was possible
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.