-
Recently active
Hii, I am getting this error while executing saveinto Could not display interface. Please check definition and inputs. Interface Definition: Expression evaluation error at function a!forEach [line 139]: Error in a!forEach() expression during iteration 1: Expression evaluation error at function a!paragraphField [line 153]: Invalid index type: Record field uuid: 2a1bfc02-84a2-4226-8519-1a87a180881c Record type uuid: b5dd0e17-b6cf-431f-a6b1-27d0db4b17da Relationship path: [407e0837-118e-4386-9d0f-db23d7df12ba] rows: a!forEach( items: local!section1, expression: a!gridRowLayout( id: fv!index, contents: { a!textField(value: fv!item, readOnly: true()), a!radioButtonField( label: "", choiceLabels: { "Yes", "No" }, choiceValues: { 1, 0 }, /*value: fv!item['recordType!{b5dd0e17-b6cf-431f-a6b1-27d0db4b17da}GAI Ref App Review Question
$value= ABC 12345 $res_value= 12345 I tried with |populate field with placeholder|Search Tasks |with|!{substring($res_value,5)}|It doesn't work
In database view has been created by combining many tables and it shows the results properly. When we use a!exportDataStoreEntityToExcel function to extract the content it fetches only 22k instead of 24k which is shown in view results. Is there any limitations on the extracting content except the column count 50 (ours only 25 columns)?
Hi I have connected Microsoft SQL server data base with connected system - connection is successfulit consists of real time data in employee table I need to bring that table data and store it in Appian DB and should sync the ms sql table and appian db table daily
Hi All, I got one change request, to show the date in "MMM-DD" format for the current calendar year, I think this can be achieved by concatenating two dropdowns (when user selects month in the first dropdown and second drop down should show days in the months) and I need to write some code to do that. Can anyone please guide me in achieving the same? Thanks in advance. We are using Appian 23.3 version. Thanks
Hi Team, I created a Application and I want to add chatbot in that application. Can we do this requirement in Appian? if so what are the steps to implement chatbot. Regards, J Vinay
I want to generate 24 months based on the given month and year. for ex: if i gave "Nov-23" as rule input i want to get next 24 months list, result something like this {Dec-23,jan-24,feb-24,mar-24,apr-24}. can someone help to achieve this
I have below code. Can someone help how to break it into batches/looping in dynamic way. Its reaching threshold so i need to convert into batches/looping. a!queryEntity( entity: cons!MA_DSE_ABC, query: a!query( logicalExpression: a!queryLogicalExpression( operator: "AND", filters: { a!queryFilter( field: "Name", operator: "=", value: ri!name, applyWhen: not(isnull(ri!name)) ), a!queryFilter( field: "Id", operator: "=", value: ri!id, applyWhen: not(isnull(ri!id)) ), } ), pagingInfo: a!pagingInfo(startIndex: 1, batchSize: 2000) ), fetchTotalCount: true() ),
I have an requirement where i have to add watcher to JIRA from Appian .Just wanted to know how to Add the service account as a watcher
Hi Team, I have a requirement where I need to convert MNI into batches/looping, since its reaching threshold(MNI has limitation of 1000). Can someone help how to convert . Requirement: I am trying to write data to database via Stored Proc(Data is huge). In advance I don't know how many records am getting to write in database via integration. I cannot use Record, since its old Application(Business People are not in favor to convert to Record, since it has dependency on 100 objects.)
I am having the below array configuration as output, but I only want 4 array of List Of Document with each having 50 items.
Hi, everyone Which options is better for system setting
I am trying to move a application from Dev to UAT. When I do inception, I am getting below message No missing precedents or warnings detected null of item(s) will be created/updated. null of item(s) will be skipped because no changes were detected. Skipped objects may have identical definitions but different version histories. All version histories will be synchronized on import. Any help is much appreciated... Packagae size is 2 MB
I am having date and time of submitted form in Date time format.I want to compare the date and time if it exceeds 1 hr from submission I want to show a proceed button. How I can give a condition where it is comparing submitted form have completed 1hr
Hi Members, Am getting below Issue. Can someone help how to resolve it. Data store write operation(s) had an average response duration over 2000ms (High) and 10 data store write operation(s) had an average response duration over 1000ms (Medium) - CDT has a dependency on over 40 objects.
a!localVariables( local!userDtl: rule!GAI_GetUserDetailByUserDetailId(id: ri!userDtlId), local!userAddr: rule!GAI_getUserAddress(userDtlId: ri!userDtlId), local!address: rule!GAI_getAddress( addressId: tointeger( local!userAddr['recordType!{95223579-776a-485d-b38c-eeaedbe5930a}GAI User Address.fields.{42a88eac-f478-4bf9-a8da-e8c5e666ed11}fkAddressId'] ) ), local!userRoles: a!refreshVariable( value: rule!GAI_getUserRole( userDetailId: ri!userDtlId, isActive: true() ), refreshAfter: "RECORD_ACTION", refreshAlways: true() ), a!formLayout( contents: { rule!SCO_CommonHelpText( helpText: "User has been deactivated in the system", isError: true(), showWhen: not( rule!SCO_isUserActive( local!userDtl['recordType!{1a68a647-eb88-4f12-be8e-e3d5fc6495eb}GAI User Detail.fields.{d07378d8-ee37-479d-a6e4-06adfb5bdd15}username'] ) ) ), a!columnsLayout( col
Hi All, I need session timer on user input task like there is one interface, in that user can do three activities but if in certain time user does not click on any activity then it should show popup as do you want resume this session is it possible to do in appian? thanks in advance.
why does it mean ID NOT FOUND ?
Hi Experts I need to migrate data from On premise environment to Cloud environment. For every record there is a folder creation whose id is stored in DB table , Also these folder , later, filled with documents that uploaded by end users. 1) Is there a way that I can migrate the same folders with same IDs in DB, If not then what is the best way to do so? 2) Is there a way that I can migrate the same documents with same IDs in DB , If not then what is the best way to do so ? I'm new to appian , so please provide a step by step solution in easy language. Thank you in advance
IS there any way to download document automatically by using Process Model without click .
Hi, while accessing Appian Developer Learning Path (Associate Developer) in Appian Community ,post the new curriculum update in November am not able to access one of the lessons "Query Your Data" and also I had taken the mock test before November , currently the same set of questions are available , its not updated as per the new blueprint. Could anyone help me on this. Thanks and Regards
Hi, I have created a simple stored Proc with 1 input parameter Can someone let me know why am getting this error
How to pass process parameters in WEBAPI which calls process model .a!startProcess( processModel: cons!PCI_PM_CALL_INTEGRATIONS, processParameters: a!fromJson( http!request.body ), onSuccess: a!httpResponse( statusCode: 200, headers: { a!httpHeader(name: "Content-Type", value: "application/json") }, body: a!toJson( fv!processInfo ) ), onError: a!httpResponse( statusCode: 500, headers: { a!httpHeader(name: "Content-Type", value: "application/json") }, body: a!toJson( { error: "There was an error starting the process" } ) ))
Hi All, Currently, we are using the 23.2 version. I have deleted the process model's latest version, and I realized the earlier version will not be enabled or activated automatically. I saved the earlier version of that process model and then published it successfully (Version No. 10). Now, I am facing some issues. Whenever the above process model is referred to, Appian doesn't always pick the latest published version, sometimes picking an earlier version (Version No. 9). Can anyone advise on the below? How do I make sure Appian picks the last published version (version #10)? by restarting the application server? Appian is giving provision to delete the version, but is it recommended to delete the older versions? If yes, then how do I make sure the earlier version is active? Thanks in advance.
Hi all, I have a query that when we are configuring any file within validation like fv!files.size < 3Mb.Will it check the total uploaded files size or for a single file validation will it checks. Please give me some theortical knowledge on this. Thanks & Regards, Divya.
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.