-
Recently active
I want to implement the Chat bot in my interface but I am not getting Records chat input component.
Whenever theres's a CDT not found in the namespace it has been given, appian reverts its components to the previous version automatically:- CDT with propper namespacing - CDT without propper namespacing (notice the upper case PEOPLEFUNCTION at line 2 and the alert the interface is showing already) - When we save the file, then the code changes the components to the previous version (notice richTextItem_18r1 at line 7): This behavior works with Buttons and RichTextItems as far as we found it CODE for replicating ita!localVariables( local!a: 'type!{urn:appian:ps:PEOPLEFUNCTION}SecurityRoleMap'(), { a!richTextDisplayField( labelPosition: "COLLAPSED", value: { a!richTextItem( text: "Some text", color: "ACCENT", size: "MEDIUM_PLUS", style: "STRONG" ) } ) } ) Special thanks to: [mention:2817a4e7a26c4849b30fddb9463db79d:e9ed411860ed4f2ba0265705b8793d05] , [mention:2095d
Hi, I have a user input task within a process model, in which I activated the "save draft" funcionality...My doubts are: How much this draft will live in Appian?If the form has attached documents, what happen with them? Thanks in advice
Hi All, In a interface i am showing all the product details of a single order id getting from a record using a editable grid which is coming from the assistant buyer to Buyer , buyer should give his approval or rejection by selecting products in a editable grid along with his comments for each product in the grid how to achieve this product id product name quantity price assist buyer comments buyer comments 1 biscuit 1 20 please approve 2 chocolate 2 30 please approve 3 ice cream 2 50 please approve
I have to create such a functionality where I have to show a search bar using which CA can drag and drop the document into interface. And the dragged documents should be put in a grid having delete icon besides them. How can I achieve this functionality in Appian interface.
Hi All, As part of practice and POC purpose. There was requirement like i have created three drop down fields on UI and also there are also Three tables created DB(Tables- States, Cities, Towns). Sates- drop down and City-Drop down working as expected based on selected state value cities were displaying but based on selected City value towns drop down field values not showing up. null parameter was passing when i checked local variables. i tried different ways but not able to achieve this. could you please help on this. below code for reference a!localVariables( local!stateData: rule!KT_getStateDataById(), local!stateName: property(local!stateData, "state",null), local!stateId: property(local!stateData,"id",null), local!cityname: rule!KT_getCityByStateId(stateId:ri!stateid ), local!townname: rule!KT_getTownNameByCityId(cityid: ri!cityId), { a!sectionLayout( label: "", contents: { a!columnsLayout( columns: { a!columnLayout( contents: { a
in interface ,i want a textbox in which i want to paste some mail addresses and then i need to validate those email address
Hi - We are currently working on building a chatbot. As part of that we tried to mimic the traditional chat UI by leveraging Appian components. However, we are facing an issue displaying the latest message entered by the user on a card layout. A scroll bar appears in this scenario and we need to manually scroll it. Also, Auto height on card layout doesn't work as chat window getting bigger. Any alternative approach or a way that we can take care of auto vertical scrolling on a component? TIA
Hi, everyone!I have a problem, I'm designing an interface where you can attach a file but the file must have a nomenclature. Example:INVENTARIO (always) PRESENT MONTH PRESENT YEAR INVENTARIO DIC 2023 But I tried with the follow code:a!localVariables( local!var: { "ENERO", "FEB" }, local!var2; { a!fileUploadField( saveInto: local!var2, value: local!var2, label: "File Upload", labelPosition: "ABOVE", validations: { if( fv!files.name = {"INVENTARIO" & upper(tostring(datetext(today(), "MMM"))) & upper(tostring(datetext(today(), "YYYY")))}, { "Ingrese un documento nombrad correctamente." ), } ) } ) Add to Phrasebook No word lists for English → Spanish... Create a new word list... Copy Add to Phrasebook No word lists for English → Spanish... Create a new word list... Copy TRANSLATE with x English Arabic Hebrew Polish Bulgarian Hindi Portuguese
Hi All, I have a dropdown with names coming from an integration object but in order to use the integration I have a search field and then based on that it populates the names on the dropdown, when I save it works fine. But if for whatever reason the user decides to change the selected user and search( in the field I provided to search in the integration data - not in the one in the actual dropdown ) again I get an error of Interface Definition: Expression evaluation error at function a!dropdownField [line 169]: A dropdown component [label="Requestor"] has an invalid value for "value". All selected values must be present in the choiceValues array. (With each search the values and labels are different). Anyone that can help with this? thanks in advance
We have an offline Form (primarily used in Appian mobile App) in which we need to provide an option to print the form (similar to browser print in mobile). In IOS device we are getting the browser print option but we don't have anything like that in Android devices. Screenshot from IOS having print option highlighted in blue Screenshot from android where we don't have print option Could you please suggest how to incorporate this?
How can I show warning message in the top of the form I have two field one is region that is multiselected and another is geography that is single selection if I selected region like 3 value APAC,EMEA,NAM and after that I selected from geography NAM if both value are matched then warning message will be not shown if value are not match in both field then warning msg will be shown on the top of form
We're developing an app that will be used on both Android and iOS via the browser. We have everything working for both mobile OS, but the Video Content Field is giving us some problems on iOS. We store some videos on Sharepoint and then play them on the app using the link of the Sharepoint file. This works on both PC and Android. But on iOS, no matter the video format (MP4 or MOV), it just gives us the video player in black with no option to play the video. The same video, on PC and Android, works fine. Be it an MP4 or MOV video Has anyone encountered this issue on iOS and has a way to fix it? PS. Tried using the Advanced Video Player plugin, and it gives us the same results. Also on Safari, Chrome and Firefox
Hi, I have a column layout that has flexible number of items.However, when the number of items is too many, the items will be squeezed and distorted.In front-end project usually resolved by having a horizontal scroll bar, what's the Appian's way of suggestion to resolve this situation? Thank you.
Hello! I have a multiple series bar chart with stacking and I needed to show in data labels both the percentage and the number of cases (absolute value). In the image I'm showing only %, but I also need the number of cases: I can show one or the other managing the stacking configuration field, but not both. Is there a way I can do it? Thank you!
Hi Team, I have been struck in the process where the document is uploaded in interface. Is there any option where we can view that document without saving the document in Document folder. Note: Here, I want to preview the document without saving in the folder once I upload the document.
Hi All, Iam new to Appian platform. Please assist my query. In Appian how to verify specific user have access to Appian application or not? any one can share steps to verify user have access or not.
Hi all, I have a scenario where a related action opens a pop-screen for users input. If user hits the back button the pop-up goes away but the instance is active in backend, and on hitting the related action again it creates a new instance. Is there any way by which the instance is cancelled on hit of back from browser.
Hi Team,I have a use case to refresh the grid based on data inputs by the user. I have a text field in which user enters a id. In the grid field data parameter I'm using a!recorddata along with a!queryfilter for filters. In a!query filter I'm using that local!id, every time user changes the value of id field, the grid needs to show updated data. I tried with refreshonreferencedvarchange but its not refreshing.any suggestions or solutions pls.Thanks,Navin [mention:126a676c85024855948336691b0a7b92:e9ed411860ed4f2ba0265705b8793d05]
Is it possible to open windows explorer folder of documents through interface. if yes then how?
i want to add two filter about departemnt and status above list how can i add it? and my expression is written below a!headerContentLayout( header: {}, contents: { a!gridField( label: "タスクä¸`覧", labelPosition: "ABOVE", data: a!queryProcessAnalytics( report: cons!DM01_process_report_pointer, contextProcessModels:cons!DM01_process_model_pointer, query:a!query( pagingInfo: fv!pagingInfo ) ), columns: { a!gridColumn( label:"タスク内容", value:a!linkField( links: a!processTaskLink( label:fv!row.c0, task:fv!identifier ) ) ), a!gridColumn( label: "departement", sortField: "c4", value: fv!row.c4, align: "START" ), a!gridColumn( label:"status", value:rule!DM01_GetTaskName(status: fv!row.c1) ),
I have a CDT declared as ri!input. The expectation is to create a section with text field which would have 1 value from cdt.(user value as per below image) The rest of values of the cdt is gotten via the grid layout.(countries, home country) I face an issue when i update a value in the text field , automatically a row gets added in the grid row layout as highlighted below. As one value is procured in the text field it expects value in the grid also to be populated. please let me know how this can be fixed as the text value is required field not the grid layout would be mandatory As this row is automatically added it interrupts the validations. I have tried to save the value in the ri variable in child form and dealt with local variable in parent form but no luck. Also the value when got from the local does not display in subforms in PMs The ask is if the user field is updated and if no values in the grid then the user value should be added to cdt but should not display
I am a Designer and I use Appin Designer to present interfaces to my team and get feedback. I need a way to record and store their comments somewhere in Appian Designer so I can go through them after our sessions and make the changes that were decided. Is there any comment function in Appian that I could use for this purpose? Thank you!
We are using a!iconIndicator to display icons such as happy_face, sad_face etc in our dashboard. We are able to see those icons in lower environment. But we are not able to view the same in prod. Anyone know what is the reason for this behaviour? Lower environment Prod
I have a requirement to sort few columns in a paging grid in A to Z & Z to A. Issue :Sorting is working as expected how ever, When we click on a specific column to sort then NULL data record that is showing on top of the list then followed by A to Z records. Is there any possibility to show A to Z & Z to A first and a the end of the grid just to show record which has null column. Note: Grid is populated using record(a!recordData)
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.