-
Recently active
Hi all, Where we can find the details in system logs when making changes to outbound email toggle under admin console??(who made the changes)
I need to add editable grid in intake form of Case Type in Case Management Studio, but the form builder does not have the option to add grid in the intake form.Does Appian have any plan to add editable grid in intake form in future?
Hello, I had faced the fallowing error when the user opened the transactions follow-up page in a transactions project: Unexpected token '<', "html><hea" __is not valid JSON Note that, I gave access to a user outside our Appian servers, and the user faced this error. we didn't use any authentication method for the user login. Did anyone see this error before or knows whats its problem.
I want to have a dropdown/picker field that allows use either select from options or input a value when it is not in options
Hello, We are connecting both appian and AWS. will upload documents from appian side and in aws will extract and store the data. Now to populate data in Appian to establish a connection found a "AWS Opensearch".plugin. When trying to download getting an error stating "This app is available to download for Appian Customers, Partners, and Employees. Please make sure to self-associate from your profile". Can someone guide me what needs to be done from my end to use this plugin. Or any restrictions for using this plugin what other approach i can take to get the data using opensearch service Regards, Chaithra
Hello, I have a grid to populate with data from 2 different tables. Using the Id of countries from the first column I have to get the values for other 3 columns from a different table. Can Someone help how to approach this.
I am trying to create a Salesforce Connected System with Username - Password Oauth. I am getting Appian was unable to connect to the provided Instance URL The following error occurred: ConnectionTimeoutException Please ensure the Salesforce Instance URL in the Connected System is valid.
text - "CM: Nick Hunt ECE: Fred Wang General Contractor: Villamar PM: Rick Chan RF Designer: Eric Chan ", output- CM: Nick Hunt PM: Rick Chan RF
a!localVariables( local!startDate: date(ri!year,ri!month,1), local!daysInMonth: daysinmonth(ri!month,ri!year), local!startDateDay: weekday(local!startDate), local!endDateDay: weekday(eomonth(local!startDate,0)), local!days: {"Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"}, local!dates: a!forEach( items: enumerate(local!daysInMonth) + 1, expression: local!startDate + fv!item - 1 ), local!datesWithDays: a!forEach( local!dates, { day: local!days[weekday(fv!item)], date: fv!item } ), { a!gridField( label: "Calendar", labelPosition: "ABOVE", data: local!datesWithDays, columns: { a!gridColumn( label: "Sunday", sortField: "sunday", value: if(fv!row.day="Sunday",fv!row.date,"") ), a!gridColumn( label: "Monday", sortField: "monday", value: if(fv!row.day="Monday",fv!row.date,"") ), a!gridColumn( label: &
hey hi all, I am facing an issue with the expression rule that extract the data subset from the task report which in turn, I need to showcase the tasks for the user action to perform the tasks but i unable to fetch the right data from the expression rule from above code snippets and snap shot i want extract only "REVIEW PROCUREMENT REQUEST" which is dynamic display name but it show the node name in the expression rule even though it takes it show the display in the task report. thanks in advance!!! &
I am performing a loop process in which I obtain process information using script task `有効なプロセスを取得` and cancel each process one by one using cancel process `プロセスを強制キャンセル`. If the number of script tasks processed exceeds 1000, a process error will occur. What should I do to avoid this error?
Hi, we have a functionality to upload a file and save it in a folder in SharePoint. The connected system we are using is through the HTTP integrated Microsoft Graph Connected System. It works fine for a file size up to 100MB but post that we are facing Integration Error as [title=There was a problem with the request, message=Failed to connect to https://graph.microsoft.com/v1.0/drives/b!m6Ln0pXy60eQAb14pUvBiE4NVb13D6JDnJVPxlNZJEQw55MIsIdnQa8ktIM9MLWk/items/01HO3UJFSOHDXPAJQEDRA2S5JCHFKWTKGT:/MS_dummy_file_250MB20242245_024518.bin:/content, detail=HTTP/1.1 499 ]. Please can one suggest how to resolve this issue so that files with larger size can be uploaded using same connected system.
Hello everyone,We have a client requirement where we need to export Client and Employee data recieved from document extraction in a PM to an Excel template provided by the client, where client data should be inserted in their respective positions in sheet 1 and the multiple employee data should be inserted accordingly in its desginated cells in sheet 2. Attached are pictures of the Excel template formats for both sheets, as well as the format of the data we are receiving. We tried using the Export Data Store Entity to Excel smart service in the process model, but the results were unsatisfactory. We also used Appian RPA Excel operations, which provided a solution, but it took 25 minutes, which is not viable in all conditions. We are looking for a more efficient solution to export data into Excel. Any tips or assistance would be greatly appreciated.
Hi, I could not find any docs satisfying my requirement .Can anyone help me in designing a grid as below. Name textbox1 textbox2 textbox3 PersonA 10 1 100 PersonB 20 2 100 TOTAL 30 3 200 User will enter values in rows for textbox1, textbox2 and textbox3. Last row should display the total of the values entered in above rows.
Hello everyone, I have configured a Task report and use this to resume a User input task from My task list. When I resume the process from process instances then I am able to resume, but when I click on the task from My task list, it is showing "The Requested Task Is Not Available The task may have been deleted or completed by another assignee". What will be the possible solution for this error?
Hi team, Is there a way to access real-time information in SAP database like data link? I know there are BAPI smart service and SAP GUI libraries, and cofiguring record type with BAPI can have a bunch of records.But I also know the record type can have data as of the timing of full sync, which takes place once a day not every 10 mins. If we can configure the record type with jdbc instead of the smart service, I hope we can refer the latest data.But the problem is that SAP does not allow users to connect directly to its database with jdbc. Is there a good way to fulfill our requirement?What I wonder is if we can connect to SAP BTP with jdbc, we might be able to see the real-time data via BTP.And the idea I came up with is if the record type can be refreshed every 10 mins, this also helps us. I appreciate any suggestion. Thank you in advance,Masaki
I want to create new entity category and entity types in Case Management Studio. With "Create Entity" action I am able to create entity of type "Submitter" of category "Person", there no option available to create entity of other types. I did not find any feature in Case Management Studio that allows to create new Entity Category and Entity Types.Is there any way to create new Entity Category and Entity Types.
Hi Team, I have a requirement to execute an expression rule by retrieving the rule name from the database. To provide a background on the ask: We have a landing page where tasks from various other applications/line of business is displayed. So every application designer would have to create an expression rule to return their tasks and then plugin to our common or parent expression rule. The parent rule consolidates all the tasks data from various applications and then display it in the grid. But the problem here is, one application might be in DEV phase, one in QA and another in UAT, so during the deployment there is always a problem due to the missing precedents and we have to comment out that rule that's not present in higher env and then uncomment it back. So in order to resolve this the business wanted to save all the rule names pertaining to each application in the DB and dynamically retrieve the rule name from DB and execute it. I understand that we can pass the rule referenc
Hello, I have the following error from web browser interface (NOT MOBILE): "Start process link not displayed because the system is in a degraded (stateless) status" , when a user press on a a!linkField( links: {a!startProcessLink(.... I saw that there are some problems with it explained here: https://community.appian.com/support/w/kb/1338/kb-1867-start-process-link-not-displayed-because-the-system-is-in-a-degraded-stateless-status-error-when-starting-processes-in-the-appian-for-mobile-devices-app but I don't have a mobile interface is a simple interface exposed as a report in sites. (ps: appian version used 18.3) Can someone give a clue what can I do? kind regards, ana
Hi All, While trying to invoke appian inspection API'S using curl command we are not getting the expected output instead we are getting error responseTried same below api with postman and getting expected response but not with curl command. Can anyone help on this! API : curl -x 'http://XXXXXXXXXXXXXX:8080' --location --request \ POST 'ourappiansite/.../inspections' \ --header 'Appian-API-Key: ************************************’ \ --form 'json="{ \"packageFileName\": \" AppianApp.zip\", \"customizationFileName\": \"Appianpropertyfile.properties\" }"' \ --form 'zipFile=@"AppianApp.zip"' \ --form 'ICF=@"AppianApp.properties"' Error Response: {"resource":"\/suite\/deployment-management\/v1\/inspections","title":"An Error Has Occurred","error":"APNX-1-4552-004","message":"The request cannot b
I was trying to test a existing bot(the bot is in Appian RPA 9.2.0/Appian 23.2) in latest version of Appian RPA9.3.0/Appian 23.3 at the time it shows Incompatible issue so I delete the Existing Agent (Robot) and Create a New Agent in latest version of RPA and uses Robot Pool for creating Robotic task(bot) for newly creating bot's its works fine, But it doesn't works for old version bots even i change its permission tags I can't able to add them in Robot pool because already existing Bots doesn't appear in Robot pool space ?
We created a CDT called "Extraction_details" in Appian, which contains 36 fields such as "effective date," "agent name," "company name," and others. For each field, we provided an array, resulting in the automatic creation of corresponding database tables. Now, we are trying to create a view for these tables to display all the related data for a single "extraction_Id". But we are getting repetitive rows and data is being multiplied which is causing us more issues. This is related to the query https://community.appian.com/discussions/f/general/35170/need-to-export-process-variable-data-in-a-pm-to-a-formatted-excel-sheet by [mention:7da09a91ebba452c82a6b899cb44d590:e9ed411860ed4f2ba0265705b8793d05] Is view creation possible?? If so can anyone guide us with it.Thanks in advance,
Hi, I am trying to experiment on Video Field and I would like to upload my videos to appian and play them in UI. As I am implementing this, I got stuck as a!webVideo taking URL as source but how can I implement this?
Hi I have one local variable and it has array of data in that i want one specific column data from each index and need to add those column data for example: local!test: 1. testid=1,testname="qwerty",testtime=9,testcomments="testtest" 2. testid=1,testname="qwerty",testtime=6,testcomments="testtest" 3.testid=1,testname="rest",testtime=1,testcomments="testtest" Now from first index testtime ,secondindex testtime and third index testtime needs to be added and output should be 16 i tried foreach with using index but it didn't worked could you please suggest on this
I have a document download URL from Anaplan system which gives me the document once I hit the URL. There are documents like that which are hosted on that platform. Now, I will be getting those URLs through Integrations. I want to first copy that document to Amazon S3 bucket and also capture the document related data in Appian DB and then pull the document from Amazon S3 and related data from Appian database and then show in grid. We need to first host the documents from Anaplan to Amazon S3 and then show in Appian from Amazon S3. What are the best possible ways to achieve this. Please explain in detail as I'm completely new to this scenario. Thanks in advance
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.