-
Recently active
Good Day, I have tested my URL link in Postman and it seems to work in there, however, when I create a record data through Web Services using HTTP with the same link and I test it in Appian where the Response Body Parsing is "Convert JSON to Appian Value" the test fails, also keep in mind I did select "Google Service Account" and uploaded the JSON file that I had received when creating my service account that is linked to the project that contains the data. When I run the test when the Response Body Parsing is "Return raw response body" the test passes.Is there a reason why the data from Big Query does not convert the JSON to Appian Value?
Hi Everyone, I am getting an error while calling a rule from interface given below. Can anyone please suggest how to resolve this. Error: Could not display interface. Please check definition and inputs. Interface Definition: Expression evaluation error in rule 'tems_rule_getidentity': Invalid index: Cannot index property 'identity' of type String into type List of Variant
I want to have some kind of loading interface while the site is redirecting, or loading something in a page. Is this possible?
Hi. I made a new channel in IDP, submitted training documents for specific type. But even after many hours, IDP did not got trained to auto classify my documents. Neither I got any error email. I did this multiple times with different training documents but every time IDP just shows a message that docs are submitted for training and I will get an email once they are trained. But I never get any email about that. I just wanna ask, is the feature to train documents for auto-classification even available for appian community edition users?
Is there any solution in Integerfiel to generate an Amount Format? but in textField my logic is working but my validations is not working. My validation is only numbers can accept in textField.
I write: a!save(target:ri!delete,value:if(length(ri!deleteid)=0,false(),true())), or a!save(target:ri!delete,value:if(isnull(ri!deleteid),false(),true())), This should be return false(),why the hell it keep returning true since the deleteid already is null many times?
The value returning always single, i want update multiple rows in database by process model, though i set "Multiple" in parameters, but it still return single, how I can achieve real multiple?
Hello, I wonder if it is possible to apply check constraint in appian database? Secondly, can it be possible to update the values in a table column based on the values in second column in the same table?
Hi everyone, I have a query in a grid layout, where in if a user selects the check box the corresponding whole row should be selected and can then can be deleted. Can anyone please guide me how to achieve this? Thanks, Shubham Yadav
Hello, I have previously requested a Trial Appian Cloud environment and started developing on it, and each time I exported the application I worked on, after the trial has expired I requested another trial environment, and got an access to a new one, I wanted to import the application in the new trial environment, however that time I found the "Import" button dimmed/disabled, and currently I'm stuck.I need to know why this time the import button is dimmed/disabled and how can I import my application to the new trial environment. Thanks
Hello i recently star learning appian and my tutor ask if we could change the font of specific elements of the inter face. EX: Chage the button font to BebasNeue is it possible?
Hello Everyone, I have three interfaces A, B and C. I have to pass values from A -->B-->C sequentially. I know how to pass values from A to B using process model, but I need help how to pass to C with any link on interface B. Suggestions please.
I am trying maintain an old Appian system for the government. Version is 17.3 though they plan to upgrade to 20 in the coming year. We get repeated errors telling us that new entries are duplicates. I need to review the Appian database to see if it's coming from the DateStore or some other database. How do I find it? If I find it, what is the easiest way to view it? What is the best way to remove duplicate or unintended records? Stephen Ellwood
Hi, Is there a way to connect BitQuery to Appians Data Base? I do know you can manually add data in Appian through new data types and then storing those Datas.
Hi All, I have a process model accepting list of values below. [value1: "testA", value2: "testA", executeFlag: true], [value1: "testB", value2: "testC", executeFlag: false], [value1: "testA", value2: "testB", executeFlag: true] I want my process model to iterate over the list and see if executeFlag is true route to Flow A else route to Flow B. can this be achieved ? Thanks in advance for your time and support [emoticon:c4563cd7d5574777a71c318021cbbcc8]
Hi everyone, I was doing Lesson 5 Challenge in the Developer course that has an if() function and the condition to be tested is isnull(ri!test). So my expression looks like this: if( isnull(ri!test), "null", ri!test) Now my issue is, whether the input I put in is 0 or not, it always returns the ri!test. I tested the isnull() separately, and it doesn't return True if the value i pass is 0. Can someone help if I'm doing something wrong here? All I can think of is that 0 is not being read as a null input. when I specifically type in isnull(null) , it returns True. But when I type in isnull(0) and test, it gives a False.
Hi Everyone, When I am selecting the value in the dropdown the selected value disappears from the field. Can anyone please guide me to resolve this bug. Thanks, Shubham Yadav
I have a form where a user needs to fill it. I have an email id field in it. So, now when a user enters the email I need to check whether the entered email id is already there in the records or not. If email id already presents it should throw an error in the interface saying "email id already exists". Can anyone please let me know how to apply this scenario in my interface!
How to use process model or smart service interface jump from one interface to another? Thanks
FitNesse for Appian , I am getting this error when trying to run a simple test to open the URL. WARNING: A terminally deprecated method in java.lang.System has been calledWARNING: System::setSecurityManager has been called by fitnesse.slim.instructions.SystemExitSecurityManager (file:/C:/FitNesseforAppian/FitNesseApplication/FitNesseForAppian/lib/fitnesse-20200501-standalone.jar)WARNING: Please consider reporting this to the maintainers of fitnesse.slim.instructions.SystemExitSecurityManagerWARNING: System::setSecurityManager will be removed in a future release
Is it possible to migrate for instance a CDT but change the values to hide the real values?
Hi Everyone, Is anyone have any example of using a!writeToMultipledatastoreEntity to update multiple tables. Thank you
load( local!data:{ rule!KONE_Development_trail_flatten("song","wang") }, local!updateColumn: tointeger( updatearray( local!data.user, a!forEach( items:rule!KONE_Development_CSE_TENDER_PHASES_Rule(), expression:fv!item.id ), a!forEach( items:rule!KONE_Development_CSE_TENDER_PHASES_Rule(), expression:fv!item.id ), ) ), updatecdt( local!data, { user:{(local!updateColumn)} } ) ) Expression evaluation error at function 'updatearray' [line 7]: The indices are not of the expected type. Type of indices: List of Variant. Type expected: List of Number (Integer) AnyOne can correct?
As pictures show, i wish to save all list of value to database, but once i add attribute under it, it one keep returning value of the list's first value, why? Is this the defect of appian software it self?
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.