-
Recently active
I was reading this article, creating records and related records using a process model, and I wondered if the code for the form interface, Case, referred to in the article is available on the Appian Community for reference. I'm working on a form (proof-of-concept) which has a similar structure as the Case form, i.e. a base record type and an editable grid of related record type on the form.
Hi Appian, I found that there is a cleanup.sh script that helps data maintenance. ( https://docs.appian.com/suite/help/22.1/Data_Maintenance.html#cleanup-script ) From the documentation, is says that [actions] for [data] cleans up old data files (*.kdb) in the live `gw*` directories. What are the content of the data files (*.kdb) that will be cleaned up from 'gw' directories? And what does the 'gw' directories stand for? Thank you
conventional method to find the gratest number using for loop
Is it possible to get the robotic task, which is custom developed in IDE (intellij) executed in Appian RPA?I am following the documentation on Custom code dev in Appian RPA. Using Guided configurator initial steps are completed with respect to JDK, Maven and IDE setup. After this I was reading Calculator tutorial and downloaded source code file to try and execute the custom developed bot in RPA console.Due to being novice in Java and Maven I am not able to understand fully how the IDE connects with Appian RPA console, - how do I get this calculator bot imported/deployed and then executed in Appian RPA.- Do I need to create a bot in RPA first and then export it, copy it in my IDE project folder, copy calculator code and then run some deployment command or how?Can someone simplify it for me and explain how to achieve this? If possible, please distil it down in steps.Thanks in Advance.
Hi, I'm just wondering if there are any log file in Appian where I can find: - The request that an integration object send and the response it gets. - The request that a webApi execution get and the response it sends Is that information logged any where? To get that information, talking about integration, I keep the request in a process variable to help on debug tasks with other development teams, but I prefer not to do that, in order to keep process memory consumption low. Thanks in advance!
Hi Team,I am trying to use Export Data Store Entity to CSV smart service where DSE fetching data from view. Failing Node Error: Details: An error occurred while accessing the datastore entity: View1Contact a system administrator for additional data. Could you provide any suggestions on how to resolve it? Thanks in Advance [mention:126a676c85024855948336691b0a7b92:e9ed411860ed4f2ba0265705b8793d05]
a!localVariables( local!emails:{ "def@gmail.com","abc@gmail.com"}, local!a, a!formLayout( label: "Form", contents: {}, buttons: a!buttonLayout( primaryButtons: { a!buttonWidget( label: "Submit", submit: true, saveInto: { a!forEach(items: local!emails, expression: a!writeRecords( records: 'recordType!{c5b11a4d-cd52-43c4-ab87-2e1ef53bfcee}BMA Emails'( 'recordType!{c5b11a4d-cd52-43c4-ab87-2e1ef53bfcee}BMA Emails.fields.{20167940-35f1-4106-9a3b-6a585ba2fff2}email': fv!item, ), onSuccess: {a!save(local!a,append(local!a,1))}, onError: {} ))}, style: "SOLID", loadingIndicator: true ) }, secondaryButtons: { a!buttonWidget( label: "Cancel", value: true, saveInto: {}, submit: true, style: "OUTLINE", validate: false
I have a form layout with a save button. Validation executes on button click in preview when designing the form, but when the form is opened via link on the record list and and summary view opens, the validation does not execute on button click. I am at a loss to understand why this is happening. I don't see any settings on the record view that would disable validation. Any ideas why this is happening?
Hi I need someone help!! I was trying to filter relationships in record data using record type in rule input, but could not filter. When I tried to filter the relationship of record data using text datatype in the rule input, i was worked. My question is why I couldn't Filter when using recordtype. I don't know what is wrong.
Hi team, i have requirement to implement of column chart to show number of cases created with in the year, by highlighting the current month with different color. i couldn't able to complete logic here a!chartseries (color:?), a!localVariables( local!casescountbyyear: { 4, 5, 6, 7, 8,5,7,8,3,2,8,9}, { a!cardLayout( contents: { a!columnChartField( categories: { "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec" }, series: { a!chartSeries( label: "Cases", data: local!casescountbyyear ) }, showLegend: false, showTooltips: true, allowImageDownload: true, colorScheme: a!colorSchemeCustom(colors: { "#3d85c6", "#9d225f", }) ), },
Hi Team, User fill the form and upload images from mobile or tab, The images size is more than 15 mb and i need to convert and merge in a pdf with form data and images,When i am trying to convert images to pdf using plugin pdf tools(image to pdf) the server is getting heap memory and casuing down which leads to total env down, How can i achive this functionality of converting images to pdf I see we have other plugins which will add images inside pdf but not at the end of the page,
インターフェイスに複数の PDF ファイルをアップロードします。各PDFファイルの名前と一致するフォルダーにファイルを保存したい。
Hi All,I'm getting these lines in any charts that are closed like column,bar,area,pie charts, Can anyone help me to avoid these.Thanks
Hi All, Can Anyone guide me on how to show preview or actual document inside a grid? I have a grid of documents , documentID number, name, but with the document ID is not enough to show the actual preview of document, does anyone know or can advise me how to achieve this? thanks in advance
Hi community members, So in a process model, I added a XOR node. In the condition I put "=a!isUserMemberOfGroup(loggedInUser, a!groupsByName("Test group"))". The purpose is if the user belongs Test group it will go to path A. If not it will go to path B. So I'm sure the loggedInUser belongs to Test group, however when testing, after this XOR node it goes to path B. Did I make some mistake on that expression? I tried "=a!isUserMemberOfGroup(pv!loggedInUser, a!groupsByName("Test group"))" and it was not working too. Any suggestions? Based on suggestions, I created a constant for the group and use the expression a!isUserMemberOfGroup(loggedInUser(),cons!TEST_GROUP) . However it still didn't work as expected in the XOR node (not outputing "true"). But when I test the expression outside of the process, it outputs "true". So I'm wondering what's potential
Hi, I want to schedule ACD201 Senior Developer Certification, For Which Voucher Code is required, Kindly let me know how I can get it. I am ready to pay for it. Thanks, Shree Krishna Tiwari
Hello Appian Community - I'm following the guide for the Appian Version Manager here: [mention:43c6339b3b7e4b44ba4b4a8c46753052:6b577b8c04704e209d29b6772bf67243] I'm facing an issue when running the `version-application.sh` file where it's erroring out when the tool is trying to send metrics to Google Analytics. My company has security tooling that I suspect is causing this. Is there a way to disable the Google Analytics when running the shell script? The error output is below. Thanks in advance! 2024-01-11 14:26:41,514 - Checking for DDLs2024-01-11 14:26:41,519 - Checking for Flyway directories2024-01-11 14:26:41,648 - Committed all changes to repository at \.local-repo\.git. Commit hash: ffc9cd21f4d874a4f2d9a4cd69e8d50d8cf3eabd2024-01-11 14:26:43,092 - Changes pushed successfully.2024-01-11 14:26:43,094 - close() called when useCnt is already zero for Repository[\.local-repo\.git]2024-01-11 14:26:43,477 - Exception while sending the Google Analytics tracker request
I am generating pdf document but document may contains special characters like (’,>,<,*,",) so i am getting error, is there any way to resolve this ?
Hi, Have a user input task which is assigned to group of assignees. Have configured the task to be reassigned with original pool of assignees, but user can see the option to reassign to anyone. Refer to screenshots below: Can any one help how to get this fixed. Thanks.
We are using Appian Mobile App for offline form as Action in Site. The main interface has to option 1) Create Data 2) Select Data The steps below done when user is online from mobile device:- 1) user creates data which gets written to database. 2) user navigates back to other tab and refresh the page multiple times. 3)comes back to offline form again and try to select the data which he just now created outcome:- The data is not visible to user even after multiple refreshes but once user logout and login again then only data is showing. On contrary if we try this on laptop the user is able to see the data immediately. In case we add any interface component like dropdown/grid in the main/parent interface the data is refreshed immediately. Screenshots below:- Main offline interface having two sub interfaces add and check Once the data
Hi All, I have the requirement to build solution for supply chain management for one our vendor. Is there any module in appian which supports supply chain management or it needs to be developed out of the box in appian? Thanks, Shubham
Hi all, Hangman is a guessing game for two or more players. One player thinks of a word, phrase, or sentence and draws a dash for each letter. The other player then guesses letters once a time. If the guess is correct, the player who made the puzzle writes the letter over the corresponding dashes. if the guess is wrong, the player who made the puzzle draws a part of the hangman. The goal is to guess the word before the character is hung. So, Please suggest how to design that game I tried facing an issue a!localVariables( local!wordList: {"python", "hangman", "programming", "computer", "code"}, local!guessedLetters: {}, local!attemptsLeft: 6, local!currentDisplay: "", local!gameOver: false, local!winMessage: "Congratulations! You guessed the word: ", local!loseMessage: "Sorry, you ran out of attempts. The word was: ", local!wordToGuess: if(isnull(local!wordToGuess), rndindex(local!wordList), local
I am developing browser automation for a website, using xPaths as the element selector for browser interactions. Whenever the website I am working on gets updated, the element xPaths change randomly. Is there any way to overcome this issue, or do I have to test and modify the browser action xPaths every time there is an update to the website?
Hello Community,I am facing an activity class issue while executing DOCX to HTML smart service. I don't know what's the reason of this error as I have tried multiple methods to resolve the issue. This smart service has two mandatory fields i.e. Create New Document where we pass a boolean value and Source Document where we pass the document which needs to be converted in HTML format. I am passing a value to Source Document using UIT. In the OUTPUTS I am creating a pv where I can save the obtained HTML doc file to AC!NewDocumentCreated.Please help me to resolve this issue ASAP.
Hello everyone, I'm using iCal plugin to send a meeting request, everything is ok except the attached file. In the node input is included, but it isn't sent in the meeting request. Can you help me please? what is wrong on the node input or is there a particular situation where the attached file isn't being sent? Regards
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.