-
Recently active
Hi There, I am getting blank page when I am trying to open Associate Developer Certification Practice Test, Maximum attempts its showing - unlimited, I did try it one time but couldn't pass. Anyone has any idea ?
Hi all, I'm wondering if Appian supports PWA, I searched in the documentation but I didn't find anything.
Hi All, Can anyone suggest the best way to configure task in application? Process driven or data driven task? Thanks in advance
I have a process model that generates a PDF. Is it possible to create a button in an interface that runs the process and then downloads the PDF to the user in one click?
I want to use richTextBulletedList with Foreach on CDT type item, but Appian is giving incorrect result. Below is the code & image attached. a!richTextDisplayField( label:"Attachment", value: a!richTextBulletedList( items: if( rule!CMN_PLATTS_CheckNullOrEmpty( ri!attachments ), cons!CMN_PLATTS_TXT_NOT_AVAILABLE, a!forEach( items: ri!attachments, expression: { a!richTextItem( text: " " & index(fv!item, "documentName", null), link: rule!CMN_PLATTS_SEC_AWS_GetDocumentLink( filePath: index(fv!item, "attachment", null), documentDetails: fv!item ), linkStyle: "STANDALONE" )
rule!PRO_qrtGap( isActive: true, pagingInfo: a!pagingInfo(startIndex: 1, batchSize: 2000))for now i kept batch size 2000 .Pls let me know how to fetch first 500 , den 501 to 1000 etc...
Hi Team, I have a requirement of converting time in seconds to days, hours, minutes and seconds. I am using function intervalds() to do the same but I find when I give time (in seconds) for 30 days then the function does not return me the correct value. My required format is ddd:hh:mm:ss Eg : I tried : intervalds(0,0,2592000) and in response I got : -19::17:02:47.296 (Interval (Day to Second)). I am using appian version 22.2. Can someone help me in fixing the above and suggest me if we have any OOTB functions to do the same. Any help is appreciated. Thanks in advance.
I can't access my account,this appears...why? help...!!!
Hi Everyone, I have a requirement of uploading an excel which contains around 50k records. Currently , we are using plugin to extract data from file to DB which is having automatic batch size. But, CPU utilization and heap memory usage is too high which is causing environment to break down sometimes. I came across Read Excel File Paging Function , But even with this function writing to DB had much complexity of mapping and all. Any other way that we can acheive this using other plugins or anything?
Hello team, is there any best practice on how to auto-release a task which was accepted by somebody from a specific group after some time, lets say 1 hour. In my case i have a group called "Processors" which contains approx 50 users. When a task is assigned to this group the users accept a task a work on them. I want to ensure that when somebody from the group accept a task but not complete it in 1 hour it will be autoreleased and reassign back to the whole group so somebody else can take care of it. Thanks
I got 502 Bad Gateway during opening my account How it will be resolved
Hello everyone. I need help. Am working on a process model for a MILESTONE (BAR) PATTERN interface. When I lunch "Start Process for Debugging", the MILESTONE form load for me to input data. After inputting data, I click next and the next step load until I get to the final step, and I click the submit but nothing happens when I click the submit button. The submit button will not submit the form. Thank you for your assistance. a!columnsLayout( columns: { a!columnLayout( contents: { a!buttonArrayLayout( buttons: { a!buttonWidget( label: "Back", value: local!currentMilestoneBarStep - 1, saveInto: local!currentMilestoneBarStep, style: "NORMAL", showWhen: local!currentMilestoneBarStep > 1 ), a!buttonWidget( label: cons!GCO_TEXT_VALUE_CANCEL, style: if( local!currentMilestoneBarStep = 1, "NORMAL", "LINK" ) ) }, align: "START" ) } ), a!columnLayout( contents: { a!buttonArrayLayout( buttons: a!buttonWidget( label: if( local!currentM
Hi, me and my friend have an Appian Community Edition site where we both can access the Administration console, Appian Designer, etc. I wanted to work with my friend on the application that is being built in his Appian Site currently. How do we both get access to the application and collaborate on it together? The goal is for both to work on the same application so as to make changes to it simultaneously from two different devices (Two different Appian accounts in this instance). Any help is appreciated
Hi All, I am getting around 2000 ids in one local and then passing that ids to one of column in queryfilter using IN operator. But when i test the rule I get this error as: An error occurred while retrieving the data. So we split the ids in batches by taking 1000 ids in a set and then pass these id to queryfilter through looping. But still it failed with above error. We have already optimized the view also and same query when we run in DB side it took just 0.170sec to bring the data. But same is not working in Appian queryentity. Can anyone please suggest what could be the reason behind this and what all steps we can try to get this working. Thanks in Advance..
Hi, I'm trying to read a cell value using function excelreadcellsbyname but i'm getting below error when trying to read a cell value. can anyone please help in fixing this issue input : excelreadcellsbyname(640958, { 2 }, { "F9" }), output : Expression evaluation error at function 'excelreadcellsbynumber': The column Value of long (+ve) position doesn't exist in table INVFI
I have to click on a Button "Accept" which is already inside another button (ACTIONS) in a grid. Can u help how to do that. Many thanks
Hi Guys, I want to identify for each status ( "Not Active", "Active", "Completed", "Cancelled", "Paused", "Paused by Exception" and "Processes with Errors"). I got only one paused by exception status Id is 8. The same way need all the status id. Please share your details. Thanks, Pradeep Sridharan
HII would like to understand if there is any way to export data to excel in appian if we have more than 50 columns? Any suggestions appreciated. Thanks in Advance.
Can we have a Audit History of Groups, just to check who added the user and when? and which user have been removed and also for the date of removal.
Right-click on the video component or document component placed in the interface to display the context menu.Please let me know if there is a way to restrict the display of this context menu.
getting below error 2023-08-01 15:46:38,708 [main] ERROR com.appiancorp.ps.automatedtest.exception.ExceptionBuilder - Loginorg.jruby.exceptions.ArgumentError: (ArgumentError) expected #<Java::OrgOpenqaSelenium::By::ByXPath:0x35216a2e>:Java::OrgOpenqaSelenium::By::ByXPath to respond to #shift at RUBY.extract_args(C:/jruby-9.4.3.0/lib/ruby/gems/shared/gems/selenium-webdriver-4.10.0/lib/selenium/webdriver/common/search_context.rb:91) ~[?:?] at RUBY.findElement(C:/jruby-9.4.3.0/lib/ruby/gems/shared/gems/selenium-webdriver-4.10.0/lib/selenium/webdriver/common/search_context.rb:58) ~[?:?] at RUBY.login_with_role(C:/workFolder/RemoteTest/selenium_tests/ruby_methods/tempo_fixture.rb:510) ~[?:?] at RUBY.create_pr_with_role(C:/workFolder/RemoteTest/selenium_tests/ruby_methods/easi/pr_creation.rb:3) ~[?:?] at RUBY.<main>(C:/workFolder/RemoteTest/selenium_tests/features/step_definitions/easi/pr_creation_steps.rb:24) ~[?:?] at org.jruby.RubyBasicObject.instance_exec(org/jruby/Rub
Hi everyone, Quick reminder that our first Appian Community Quick Build to create a reusable calendar component is in progress and submissions are due by midnight ET on Friday, August 4! By just submitting a component, you'll be entered into a raffle to win 1 of 5 certification exam vouchers or three days of advanced training! Finalists will be featured during our Friday, August 11th livestream, where 1st and 2nd place will be decided to win $250 and $100 gift cards, respectively.
Hi Appian Community members Any one have the idea why the below error is occuring and solution to that error. ERROR com.appiancorp.common.config.RegisterConfigurationFiles - Error Invoking importExternalConfigs for service extended-channels-servicecom.appian.komodo.api.exceptions.TimeoutException: Could not route request to channels at com.appian.komodo.client.Dispatcher$DispatchRunnable.run(Dispatcher.java:246) at io.netty.util.concurrent.PromiseTask.runTask(PromiseTask.java:98) at io.netty.util.concurrent.ScheduledFutureTask.run(ScheduledFutureTask.java:153) at io.netty.util.concurrent.AbstractEventExecutor.runTask(AbstractEventExecutor.java:174) at io.netty.channel.DefaultEventLoop.run(DefaultEventLoop.java:54) at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) at java.lang.Thread.run(Thread.java:750) Thank you in advance.
Hi All, for document download with using a!documentdownloadlink function is there any restriction for any user like only member who is in administrator group can download that document ?
Hi All ,It's a very common but very tricky question which I am not able to resolved.Let's say I have 3 Users who are using any Appian Application.They are added in 3 different groups as mentioned below: User 1 : Added in Group A having Administrator rights.User 2 : Added in Group B having Viewer rights.User 3 : Added in Group C having Editor rights.All these users doesn't have any Designer rights i.e. they are not added in Appian Designer group.So , What would be the difference between the role of these 3 Users.I am not able to get the difference between Administrator, Viewer, Editor rights from End User Perspective who doesn't have Designer AccessIf there are any differences , Please list down 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.