-
Recently active
Hi Team, I am Self Learning appian and now creating interfaces, i want a requirement to create Repetitive Section Layout based on input integer value Scenario is let a integer input vale named Number of clients count. now i have collect the first Name, last Name and some other fields of clients, i created a CDT for those client data and created a Rule input as the interface is as shown below, when the number of client value is empty , we are displaying only one section layout as default. When i entered 2 as number of client, i got 2 section layouts how since i use for loop to display the recursive section layout, when i enter the details of first client , its is copied into second layout also i tried using indexing , but i faced problem when i am inserting data into fields. How do store Values into list type rule input in this situation. please help me, Thanks in advance I am attaching code for review. let me know if I made any mistakes { a!cardLayout(
Hi there, I'm trying to get details about a typical error that I constantly seeing on a process. A little background: This process is suppose to read rows from the uploaded spreadsheet, based on row validation it has to complete two sets of DB updates. In current configuration these uploads are done when the valid rows are passed through a start process smart service. Since we have to update two different tables we have created a parallel flow after AND gate to complete the same. But the problem arises when one of the node completes and hits the end node and the other node waiting of the sub-process to complete. Please check the screenshot attached. Consider to share the reason for this error and suggest the possible methods to avoid this. Thanks, Vishnu Devalla
Hi, Is there a way to restrict APPIAN basic users to access tempo site? Thanks/Mp
Hello.I'm new to Appian.When I try to output the contents of the data store as CSV, the following error is output.I am using "Export Data Store Entity to CSV", what should I fix?I haven't changed anything other than the capture.==================問題: An error occurred in executing an Activity Class.詳細: 新しいドキュメント名を選択するか、既存のドキュメントにアクセスする場合は更新するドキュメントを選択してください。 (APNX-1-4505-008)推奨されるアクション: Examine the activity class to correct the error and then resume.この問題の優先順位: 高い優先順位==================
Hello, I have a local variable that contains an array of text retrieved from an API Call as seen below: a!save(local!transactionList, { id: local!Transjsondata.GetTransInfo.TransInfo.Id, time: local!Transjsondata.GetTransInfo.TransInfo.Time, amount: local!Transjsondata.GetTransInfo.TransInfo.Amount, }) so let's assume for example that i have 5 items in my transactionlist, each with their own id, time and amount, how can I represent each item accordingly in a gridview in its own row? I tried the below implementation: a!gridField( label: "List of Transactions", labelPosition: "ABOVE", data: local!transactionList, columns: { a!gridColumn( label: "Id", value: fv!row.id ), a!gridColumn(
Want To fetch the data more than 5000 . let me know how to fetchrule!PPO_qrtName( pagingInfo: a!pagingInfo(startIndex: 1, batchSize: 7000) ).data,
How to insert tiff file into Word Document using ADT?
I am trying to make a simple app for IOS and am running into an issue with the provisioner tool not working due to not having the paid Apple Developer subscription. Are there any work arounds for this that could be recommended?
KalaKrut Platform needs to build a full-fledged web2/web3 community based marketplace app using Appian (site and portal). We are an artist-centric, community-based social hybrid platform for the music and events industry involves a blend of social networking, content creation, collaboration, and promotional features including common industry specific workflows. In addition, the platform has its own workflows for creating, managing, scaling the community and making policy, guidelines and rules along with many business workflows for rendering it's gamut of services. Presently our community strength is 90+ members plus few associate members. Our extended non-member community is very large. Due to disparate data sources involved in this business domain we need to integrate processes into a single or a few apps. I would be grateful if someone from support or community could share insights into how we could qualify for long-term full-featured free-tier access to app developmen
Hello All, I have a requirement where we need to delete rows based on array's of arrays(nested arrays) when i tried to implement the logic and try to delete the rows i'm getting the below error message as shown. Can you please let me know what could be the best solution or approach to achieve this requirement. CDT structure: Delete code: Error screenshot:
Hi all, We're deploying an application to a new environment for the first time, but upon inspection of the package in the target environment it's listing some record types as missing precedents. We've checked and the I've checked the forums and this seems to be a known issue. My first idea was to try and deploy the record type individually but it has too many missing precedents. Any other suggestions on how to get around this?
hello everyone I have this issue while testing my process Model .how can i solve it please !
Hi All, Is there a way to subtract the users in list 1 from the users in list 2 and return list 1 after subtraction?
Hi All, Can anyone please help me how to get the count of the related record fields from queryRecordType in appian.
Hi there I am doing something which display the table data in email body. but there is an issue: for decimal value, when building the table data. it automatically cut to 7digits, like I have the value it's "2671266.78", it cut it to "2671266", tried function "tostring" and "touniformstring", it does not work. please any one know how can we keep the whole value? Regards, Lin
Hello, I have a parent recordtype Claim which has a relationship with a transaction, a rule can have several transactions, I want to save more than one record within the recordtype but when saving I get the following error: Could not display interface. Please check definition and inputs.Interface Definition: Expression evaluation error [evaluation ID = 6a3c5:31751] : An error occurred while executing a save: Expression evaluation error at function 'append' [line 492]: Insert is not supported for AOC TRANSACTION types Main recordType 'recordType!{5871e10b-6fc1-4f38-a51a-becdd72dcf12}AOC CLAIM'( 'recordType!{5871e10b-6fc1-4f38-a51a-becdd72dcf12}AOC CLAIM.fields.{85821409-5bf4-46d5-ae14-0102b7127440}product': "CUENTA DE AHORROS - 04010020101 - activo", 'recordType!{5871e10b-6fc1-4f38-a51a-becdd72dcf12}AOC CLAIM.fields.{9dc19019-1bdf-453f-865f-ebbaecd94957}relatedToVisaCard': true, 'recordType!{5871e10b-6fc1-4f38-a51a-becdd72dcf12}AOC CLAIM.fields.{0bf5aae9-6379-48a0-b28e-e
Hi Everyone, I have field which has values "a", "b", "c" and I need to get the count of these values in record types. Can anyone please help me with this.
Hello Team, Could you please let me know whatt type of questions we can expect in appian developer interview . Any insights would be helpful Thanks
It's critical to be able to tell Fitnesse to reload the DOM and move to a tab that is opened by the application. How do we do this in Fitnesse? Please don't include any UX recommendations for not opening new tabs just looking for an answer as to whether it's possible and if so how. Here is the same question with no answer from 5 years ago. [mention:b91cee8a40da4dec91d2b850668d8c3c:46448885d0e64133bbfbf0cd7b0fd6f7]
Hi, I have a process that triggers emails to non appian users.This email body should have a link that could navigate to a word document to view or download it.Add attachments is also an option but I want the document to be in a link in the email body.can someone help me in achieving this. Thanks
Hi Everyone, Can anyone please help me how to display custom message on grid when the data after applying search in grid is empty. The search is implemented using record type.
Hi, does anybody knows what http code do I receive for the operative APIs when the Appian service goes down?
i am trying to login to the course material but this grey screen doesn't change
I am using file utilities plugin (Move To System Files) to move the files to the NAS drives mounted on Appian server. But the folder is set with 775 permissions and I am getting error as java.io.FileNotFoundException: Permission denied) when moving the file to that nas drive. I am able to move to the sample folder which was set with 777 permission with out any issues. so no issues with NAs mounting. I want to upload/ move the file now to that 775 folder now. we achieved this using SFTP with FID set in Third party credential and able to achieve. I am looking for the same way to run with that FID using new way (File system plugins) , please suggest.
Hi All, I am having a weird issue in executing the query entity. I have a query entity rule which returns the totalcount based on the date range(which is ideally current date/day). It is throwing error in some scenarios and testing this rule certain time, we can see the data is being populated. Any help would be highly appreciated.
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.