-
Recently active
Hi. I have one process configured to export data from a view to excel using the Export Data Store Entity to Excel, but somehow I'm getting this error: Error accessing data store entity: CIP_CrpStatus_VIEW. Please contact a system administrator for additional details. (APNX-1-4505-026), this view is trying to export 4814 records. Has anyone experienced this error before?
Summary: The Generate Sample Data feature for a Record Type fails. The issue also reproduces with a newly created, minimal Record Type. Environment: News / Region: Unknown / Appian Version: 25.4 Issue: In Data Preview → Generate Sample Data, the following message appears: We encountered an issue and could not generate your sample data. Click REFRESH ALL DATA in the Additional Configuration panel and try again What we’ve verified: Database permissions and data sync are normal. Source = Database / Sync = Enabled / Primary Key = Integer (also fails for a newly created Record Type). AI services available: Claude Sonnet 4.5 and Claude Haiku 4.5. The same issue reproduces for multiple users in the same environment.
Hi Team,I have two read-only grids, first grid display data from table A and querying from record type. Second grid from table B and querying from query entity.When i am Deleting selected records from first grid, the grid is not refreshing even though i am using refresh variables.When i am Adding selected records from second grid then both the first and second grids are refreshing properly. Inserted code for reference, please guide me if i am missing anything:a!localVariables( local!refreshFlag, local!refreshFlagForDelete, local!isSuccess: false(), local!refreshCounter: 0, local!pagingInfo: a!pagingInfo( startIndex: 1, batchSize: cons!TRICS_BATCH_SIZE[6] ), local!selectionOfRulesIdsForDelete, local!selectionOfRulesForDelete, local!selectionOfRulesIdsForAdd, local!selectionOfRulesForAdd, local!interpretationChangeMappingRuleIds, local!interpretationChangeMappings: a!refreshVariable( value: if( a!isNotNullOrEmpty( index( ri
I am raising an issue with the Plug-in called Advanced Rich Text Editor (component: richTextEditorField) which is not loading or displaying to some users in some browsers from last few days, I am using it from last few months, but this issue is occurring from last few days!In appian environment the plug-in version is 1.7.3
I have two different screen where one screen has summary and other screen has details of each task. now both screens has same view and details screen should check wether the task is primary or not if the task is primary then it should display the name associated with that task. If the task is secondary the it should display the names associated with that record. how to do it
Hi, I am an Appian Partner, but not seeing Connected claims in download list. Should i pay exta for this ?
概要:Record Type の サンプルデータ自動生成が失敗します。新規作成した最小構成のRTでも再現します。 環境:News/リージョン:不明/Appian Version:25.4 事象:Data Preview → Generate Sample Data で We encountered an issue and could not generate your sample data. Click REFRESH ALL DATA in the Additional Configuration panel and try again 確認済み: ・DB 権限、同期は正常 ・Source=DB/Sync=Enabled/PK=Integer(新規RTでも同様に失敗) ・AIServiceはClaudeSonnet 4.5、Claud Haiku 4.5が使用可能 ・同一環境の複数ユーザーで同じ事象が再現
Hello! I would like to display a list of locales enabled in Administration Console -> Internationalization to a user in a SAIL interface. How can I retrieve the list of enabled locales and how to find out which one is the default locale? Thanks in advance!
How to make UI to reach top of page when a button is pressed at the bottom inorder to show in Progress Icon
For a Dashboard with a series of KPI's we have to elaborate more than 5000 entries, Because we have to calculate median, mode, min, max on a series on time range on a actions log. How we can achieve that using only records and not doing some use of stored procedure?
Hi Team, Is there a possibility to get the usernames and their password by the administrator on Appian? What kind of user details do we have access to?
Hi, I have exported an Appian Application from server A and Import into server B. But, when I looked into Server# B after import there in no Application name, but I was able to see individual objects. Can someone advise, what needs to needs to be done if I have to get the same application name from Server# A to Server# B. Advise if I have to any other process to bring the code from one server to another server. Server# A Server# B
The Appian World Live Build Challenge is back for its 6th year! This crowd favorite showcases developer skill and speed using the Appian Platform. Apply now for a chance to compete for a $15,000 prize and eternal glory. Selected participants will receive a free conference pass and hotel stay. Think you have what it takes? Apply here by 5:00 PM ET on February 20, 2026.
Appian 24.1 My project receives a JSON document that is somewhere between 50 - 100 KB in size normally. We jamb it into a Record Type (as a json string), read it from a process model, convert this to a CDT (hierarchy), pass it to an interface (a hierarchy of them really). So far, all that we have built runs fine. Now we had a case where the JSON document was over 1 MB. This threw an error when we tried to write it to a record type. Apparently, there is a record size limit of 1 MB within Appian for tables that sync to record types. So, now we are looking at redesigning the data storage. Clearly, we need to break up/normalize the data into a set of relational tables (vs just 1 table as we have today). But from there I seem to have some options and I don't know what is best Option 1 - Read the record types within the process model and rebuild the JSON object so it may be passed to the interfaces.This moves the max size question from the table row to the process model variable. Can it
when trying to reuse the interface coming from supervisor interface, vehicle details view, i can configure rightly the rule input. But, when trying to populate it whit som data, writing the expresión i TEST and set as default it shows me an error mesage. im have reviewd hat expresions are well writed, interfaces are well done, ive check every step, but i cant see the error there. does anyone have an answer? so tahnks in advantege for your time.
Hi, I have a requirement. In a process model I am having processuuid as a process variable. Using this I have to start a process by using start process smart service. How can I achieve this?
We have a robotic subtask with a credential-type parameter, and when exporting and importing it into the target environment, I get the following error: The target environment has the same credential (same ID).
Hi Appian community, I know there were similar threads opened 3–4 years ago, and that Appian released a hotfix to address this issue. However, I’m still encountering the same problem in 25.2 with site page visibility. Even when I set the visibility rule to “Only show when” = false(), the page is still visible to System Administrator users. Does this rule always get overridden for System Administrators or other groups?
The workflow diagram in Case Management Studio collapses when a task points back to the previous task (2nd image). The workflow diagram is formed properly when tasks are linearly added one after the other (1st image). Did anyone observe this anomaly? How to resolve it?
I need the content of a windows file (the file is in csv format) in order to eventually send part of the content to an SQL Server database. I was able to upload the file into an appian document using Appian RPA. I'm also able to find the documentID of the uploaded document. I can't find a function/way of converting/loading the content of the document to a map/array. Is there another way of dealing with this? Please let me know, thank you.
Hi team, We are experiencing a minor issue with a generic interface that contains standard action buttons (Cancel, OK). This interface is called from two different Record Views: Record Summary 1 and Record Summary 2. Each summary has its own main interface which, in turn, calls our generic component. The Issue: Record Summary 1: Clicking the buttons works as expected. Record Summary 2: Clicking the buttons triggers an unexpected scroll to the top of the page. Observations: Interface Designer: When testing directly within the Summary interfaces, everything works correctly. Environment: The issue only occurs when accessing the views via a Record Link within a Site. Data Source Difference: There is one key difference between the Record Types: The working Record (Summary 1) points directly to a database table. The failing Record (Summary 2) points to a Data Store Entity (DSE). Can anyone helps?
There is a User Input Task in the process model that is assigned to a group. All users are receiving emails, but some members receive an email with only their email address in the ‘To’ field, while I received the same email with 10 members listed in the ‘To’ field. where to set this configuration
We are looking for connect our appian with on prem oracle via jdbc. We are trying to understand the error, but the suite/logs result in 403. There's another way for read it? We cannot have a troubleshooting without this kind of information.
We have two separate Appian applications, but deployment notification emails currently go to the same global recipient list. We need different groups to be notified based on which application is deployed. What is the recommended way to achieve this?
Agent Studio is a powerful new way to automate dynamic and open-ended tasks. By combining the power of generative AI with your data fabric and processes, you can build agents that reason through complex steps and take action automatically. Enroll in Agent Studio: Create Your First AI Agent to learn how to: Configure an AI agent with specific goals, instructions, and tools. Test and monitor agent reasoning and performance. Embed your agent into a process model using the Execute AI Agent smart service. This course features an optional hands-on exercise.Enroll here! If you have questions, please reach out to academyonline@appian.com.
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.