-
Recently active
Hi Everyone, I need to set up CI/CD pipeline using bitbucket for my appian system. Can anyone please guide me through the documentation for the setup.
hi, I am using the function to extract the data from excel sheet readexcelsheetpaging( excelDocument:ri!excelTemplate, sheetNumber:0, pagingInfo:a!pagingInfo( startIndex:0, batchSize:1000) ).data This is returning additional blank column. Let me know where i went wrong .
Hi Experts, Please help me to understand the intervalds function output in Appian. In documentation each of the character place is not defined for the output. Appreciate your help!
hi, I have an editable grid and have selection enabled, it works perfectly fine , when selecting individual rows and as bulk when i chose the check box in the header, This works when i unselect at header , it throws error but individual row deselection works, only deselection in the header is not working code :at line 507 selectionValue: local!selectedIndex, selectionSaveInto: { local!selectedIndex,a!save(local!selectedrows,index(local!displayItems,local!selectedIndex))},
i cannot able to create my workspace id ... please suggest how to create
I am trying to develop script for performance/load testing using VuGen but not able to login after entering credentials in Appian URL on mock browser. Getting 401 Error-Unauthorized. Please note that with same credentials able to login in normal browser. Can you please help me to understand root cause of this error. Thanks in Advance. Regards,Megha
Hello, We have tried to connect Appian URL in fitnesse , however could not complete testing due to slim error. Kindly help us to resolve the issue and guide us to proceed with Appian connectivity. Also, please let us know if Java version 17 and above will work for fitnesse, appian connectivity. Since there is mentioned java 11 only supported in fitnesse page. We are stuck in project activity due to above issue and unable to proceed. Urgent help is appreciated. Error Message Could not complete testing: fitnesse.slim.SlimError: Error SLiM server died before Header Message could be read. Unable to start test system 'slim': fitnesse.slim.SlimError: Error SLiM server died before Header Message could be read.
Hi Team, As i am a beginner to FitNesse, need some help. If someone can suggest how to resolve this or what is going wrong here, will be appreciated. So I am trying to connect to the appian cloud test environment but getting the exception "Could not complete testing: fitnesse.slim.SlimError: Error SLiM server died before Header Message could be read. Unable to start test system 'slim': fitnesse.slim.SlimError: Error SLiM server died before Header Message could be read".I have provided the details as mentioned in the hint(marked in red) in the script table and have made changes in the user properties file as myusername=password (in the "login with username " , have provided my actual user id that i used to login to the test env, just before pasting it here have changes it to my_username), still getting the exception.NOTE : I have not created any fixture for this script. Do I need to ? This is regarding the appian cloud connectivity where i am getti
hi, I have two arrays,{"","1"} and {"2","3"} I want to merge them, but exclude null and have something like this {"1","2","3}. Any help is appreciated
I am an trying to verify column type of each row in excel sheet against an array having type numbers TESTCASES: test1:{"1","abc"} passes test2:{"abc","abc"} also passes which should actually fail .Please let me know where it went wrong code used , local!error:a!forEach( items:index(ri!data,"values"), expression:{ a!localVariables( local!rowNumber:fv!index, a!forEach( items: fv!item, expression:{ if(a!isNotNullOrEmpty(fv!item), if(typeof(cast(local!types[fv!index],fv!item))=local!types[fv!index],{},"Type does not match at Row"&local!rowNumber&" and column"& fv!index), {} ) } ) ) } ),
hi, i have a local variable local!test:{"test1","test2","test3"}, - this shows as List of String I am trying to create a constant for this , selected as Text ( Array), - This shows as Text how to convert the constant as List of String , because I am actually validating against another variable that is of type - List of String.
hi, I am trying to upload a excel sheet and extract the values from the sheet, Would some one give an idea on how to access each columns to find if its not null and of type "Text" . I am new to this implementation. I am able to write an expression to fetch all rows including the header. Any help is appreciated.
I accidently delete the current version of a PM but dont't load & save the last published version again of the same PM. So if this PM is referrred in a constant & that constant is used in some Start Process nodes. So in this case does this start process node is having issue to start because of this below mentioned issue.
Hi Everyone, If the user is assigned more than 1000 tasks and if his account gets deactivated and he left. How can we reassign to those assigned tasks or what will happen to those tasks.
Hi All, I am facing a weird issue. I have removed myself from the group and is not part of whether direct or indirect. When I execute isUserMemberOfGroup function, it gives true. Can anyone please help me out.
I am facing the issue while trying to get the below mentioned logic through subtractdays() function. logic: we need the value i.e. current date - 74 days used expression: subtractdays(today(), 74) error found:
I have followed the document as described but getting the following error when running in debug mode: Even the sample application provided has the same issue. My Interface is configured as follows: Up to this exercise everything seems to have worked as expected. I tried changing the rule input in the interface to Vehicle which resulted in a lot more error messages. I deleted the process model and generated a new "Create" process model automatically. Any help to get working would be greatly appreciated.
I have a scenario. I have a parent folder ID and inside the parent folder there is may folder. And inside the folder there is many sub folder. Now I have to find out a specific subfolder ID withe help of parent folder ID. Please suggest. Thanks!
Hi Appian community, I'm an IBM BAW developer in Egypt considering a switch to Appian for remote work opportunities keep in mind there's no local market for appian in egypt at all. Quick questions: Can non-US/UK citizens find remote Appian jobs with US/UK companies? What are the key requirements for international candidates? Is learning Appian worthwhile for remote work, given no local market? Any tips to stand out as an international candidate?
Hi All, There is requirement in my project where i need to create a process where i can send or move all existing documents which is save in a particular folder and i have to move those documents into google drive. As i am a new in appian i don't have much idea for this , can any one help me or give some ideas how can i achieve this and what objects will require for the same. Will use any API or anything else to achieve this.
Hi all, I have a list and the count of this list is 15 once i try to use count isn't return 15 it returns 1 also I tried to use a!flatten but the same issues any advice ?
Suppose I have an existing application with prefix `ABC`. The application contains multiple objects, whose names start with `ABC_` according to Appian's naming convention. Suppose now that I want to edit the application's prefix to `ABC123`(for instance in Appian Designer, by clicking the 3-dot button next to the application name, and selecting properties). Is there a way to automatically update the prefix of all application objects?
I'm stucking on Wyndhamm Power Portal Excercise.Does anyone know how to resolve this? When I enter the expression on page 6 as instructed, an error message appears and cannot proceed. error:Expression evaluation error: Syntax error. Details: Expression evaluation error : Invalid double value 0000e /resized-image/__size/640x480/__key/communityserver-discussions-components-files/62/_3B75CF50_1.png_2D00_640x480.png ※Added 6/11/2024 The exercise is to add lines 5~13, with the other lines retained as provided by Deployment Service Account. Expression a!localVariables( local!showReport: false, local!result, local!errorMessage, local!outage: a!refreshVariable( value: 'recordType!{29c13db8-6b5d-406d-8f11-bc4adec59e00-w2175wpo}W2175WPO Power Outage' ( 'recordType!{29c13db8-6b5d-406d-8f11-bc4adec59e00-w2175wpo}W2175WPO Power Outage.fields.{e7052282-96ec-417d-9e15-d06a4b84b7c3-w2175wpo}street': null, 'recordType!{29c13db8-6b5d-406d-8f11-bc4adec59e00-w2175wpo}W2175WPO Power
Hi Team, I am facing below error while deploying interface which has record type as a precedent. I have recently added 2 columns in record type and deployed it to other environment for the first time deployment went successfully with interface any record type later I made small change in the interface then I am unable to deploy the interface even though I have added record type to avoid the missing precedent issue. ERROR content _a-0000e6f8-8866-8000-9bc2-011c48011c48_1560555 102914 The content [id=102914 uuid=_a-0000e6f8-8866-8000-9bc2-011c48011c48_1560555] was not imported because a required precedent is missing: recordField [uuid=AFPFVisit location=Interface Definition] in record type [id=22 uuid=928b33df-26a0-46a4-8de9-540217145302] cannot be found. (APNX-1-4070-005) (APNX-1-4071-006) Kindly help me if you have any solution. Regards, Sireesha
hola que tal? estoy trenizando un problema al crear un campo de registro y es que me dice error al mometo de poner este código: a!match(value: rv!record[SPX Launch.success],equals: true,then: "Success",equals: false,then: "Failure",default: "Upcoming")... estoy aprendiendo así que lo copie del curso que estoy haciendo de aquí pero me dice error y la verdad no se como solucionarlo, alguien sabe?
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.