-
Recently active
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.この問題の優先順位: 高い優先順位==================
Working on the "Send Email" smart service in Appian. I've set up a custom sender. In the admin console, during email verification, it prompts me to create DNS records. I'm unsure about the process. Can someone provide guidance on creating DNS records for Appian verification? Please find below attachment as reference. Thanks & Regards, Nisha Vincent.
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(
Hi Team, I want to display the single row of array data into multiple rows in read only grid. pls find the below screenshot. one invoice reference number multiple order items in database, but i want to display one invc numer and one order item 1 row. Again, same invc number second value vale of order item number 2 different row. pls refers first row data. Thanks, Nagesh
Want To fetch the data more than 5000 . let me know how to fetchrule!PPO_qrtName( pagingInfo: a!pagingInfo(startIndex: 1, batchSize: 7000) ).data,
Hi Team, I want to export read-only grid data to excel with headers, pls find below snap. Thanks, Nagesh.
Hi Team, In Excel sheet, as per rows I want separate BoxLayout with the separate entries into it. For Example, I have a 3 rows with column firstname, lastname and city as per first row of data I want to put in 1st BoxLayout, 2nd row of data in 2nd BoxLayout, 3rd row of data in 3rd BoxLayout without hardcoded. I am getting 3 seperate BoxLayout with column name firstname, lastname and city that I am satisfied I am getting in UI but result for all the rows of records in excel sheet is showing in all the three BoxLayout not showing in 3 different entries in 3 BoxLayout. So if you can suggest it how to do it per records will having seperate BoxLayout with rows of records in excel sheet? I am sharing a screenshots for reference In 1st BoxLayout data would come firstname - rakesh, lastname - sharma, city - mumbai In 2nd BoxLayput would come firstname - rahul, lastname - dongre, city - gondia In 3rd BoxLayput would come firstname - priti, lastname
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?
We are trying to convert a docx file to html, I my initial thought after failing to use the DOCX to HTML plugin was to try and use the HTML Doc from template smart service. We would upload the docx file and save it, use the smart service by reading the docx file using an expression, then finally using the smart service to save it as an html file. We ended up getting something odd instead in the file. Any help will be appreciated.
May I know how to enable the second option in the assignment tab telling this node will run as an unattended activity.thanks
Hi Everyone, I have Timestamp field(TS_LOAD) like you can see that below which is coming from a cdt in one of the process model and that Timestamp filed is Text in that cdt i written an expression to convert that Timestamp field to user's timezone as you can see below and i passed below expression rule to one of the sub process which having above column to convert as below But i am getting the data as below highlighted like it is converting to GMT Note: System time not in GMT as 2nd picture is coming in PST/PDT based on input and default time also in PST in Admin console. And I don't have any in between nodes and not manipulating data any where in the process only taking the timestamp filed and used in that expression rule and getting the out put data. Can anyone help me on this?
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
I am using the Encrypted Text field to store a user's Social Security or National ID Number. When I enter data into the field, I get the following error message. Expression evaluation error [evaluation ID = 82d04:b4023] in rule 'pmso_createorupdatespeakerpersonalinfo' at function a!encryptedTextField [line 82]: An error occurred while executing a save: Could not cast from Encrypted Text to Text. Details: CastInvalid. The SSN is stored as a text field in the Record Type PMSO Speaker. The record is stored as a Local Variable until committed to save by the user. Here is the code for the field a!sideBySideItem( item: a!encryptedTextField( label: if( local!isUnitedStates, "Social Security Number", "National Id Number" ), labelPosition: "ABOVE", placeholder:if( local!isUnitedStates, "-- Please enter your Social Se
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:
Give me real time examples of write records smart service and delete record smart services
I have a process task report which I pass process context to and get tasks for this process. All is well up until the point where I want to create a new column in the task report. I want to add a text field to the report from a record type variable that is used in the process. I keep getting nulls from the query, however the columnConfig shows the correct name of the column, so changes were made to the report.
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 everyone, I'm encountering an error: "Errors This process model could not be published due to the following errors. Please correct them before continuing. There was an error in an expression in the inscription at: Variable(s) not found: fv!file." How can I fix this error, please?
We have a requirement to modify the placeholder of a dateField component. However, we have not been able to modify it as the placeholder parameter of that component is not modifiable.Does anyone know of a way, another component or plugin that does the functionality of the dateField and the placeholder can be modified?This alternative must have the behavior similar to the dateField, that is to say, that when clicking on it opens a calendar where the user can choose the date. Thank you very much.
Hi Community, I am just trying all scenarios related to send email smart servce though my environment. I need to add process report to body of the email. Could you help me
Hello everyone, I have the following request: I would like from the Document and Folder Browser Component to display, from a list of documents and folders present in the same father folder, all the documents inside the father folder and only the last pdf document (i have a list of pdfs but i want to display only that one with the most recent data creation). Is it possible to achieve this? Thanks in advance!
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?
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.