-
Recently active
Hello, I have a column layout at the bottom of the page. In one column I display folders which I get from an integration of a sharepoint folder. The next column are the files located inside the selected folder. The final column gets the selected document and displays the preview. All good until I added a button which is supposed to hide the first two columns and sets the document preview height to "TALL". The functionality is meant to enlarge the preview and it does, however every time I click on this button the screen jumps to the top of the page. When preview is enlarged I also have the "back" button which reverses this action and again the screen jumps to the top. What is going on here?One more thing: Even if I scroll up after clicking (which is easily done since Appian+Sharepoint is so slow) so none of the columns are on my screen it still jumps to the top.
Hi Team, I have a scenario, where I need to add multiple assignees. To do this, I have created a user picker field and initially saving the inputs to a local variable. I want to save this data to a assignees record. where assignees record is in one to many relationship with meeting data record. This mean, the relationship record is multiple in my case and I was not able to save the list of assignees to the record. Can anyone help me? Attaching the code for reference.
Hi Experts, Is there any way to generate and download an Excel file in a single click. Thanks, Gaurav Singh
I am always indebted. We would like to consult with you all.Currently, the line graph in the interface represents the change in amount.Is there a way to express the amount (numeric value) on the Y-axis in 3-digit increments?I would like to express it like "10000" → "10,000" on the Y axis as well. You can see detailed amounts in 3-digit increments by hovering over the graph, this is Appian's default feature.The Y-axis value is linked to the displayed data. Even if I passed the display data separated by 3 digits, there was no change on the Y axis. Is it not possible? If anyone knows, I would appreciate your advice.Thank you. いつもお世話になっています。皆様にご相談があります。現在、インターフェースの折れ線グラフで、金額の推移を表現しています。Y軸の金額(数値)を3桁区切りで表現する方法はありますでしょうか?Y軸にも「10000」→「10,000」のように表現したいです。 グラフをマウスオーバーすると3桁区切りで詳細金額を見ることができます、これはAppianのデフォルト機能です。Y軸の値は表示データに連動しています。表示データを3桁区切りにした状態で渡してもY軸に変化はありませんでした。実現不可能なのでしょうか? もしご存じの方が居られましたら、ご助言いただきたく存じます。よろしくお願いいたします。
I am attempting to debug an error that's popping up in a record list action that involves copying an externalized string representing a record, then writing the record to the database, either for a new record or an update to an existing one. The error below appears as soon as I copy the externalized string into the paragraph field, but only when I run the list action from my site. When I attempted to debug the issue in the interface editor, the saveIntos on the paragraph field run as intended. Normally when I run into an issue like this I assume that the variables being passed into the process start form are different than the test values in the interface editor, but this process model only occurs as a record list action, so there is no context being passed into the process, and no process variables have a default value. I can't figure out where in the application there would be any changes to the process variables that would cause this difference. For reference I've also i
If we configure timer on User Input Task in Exceptions and routed it to end Node, will task be available for users. Is there any way after timeout on user Input task , the task should be available in users task lists .
Is there a way we can customize the Appian login screen, for a client that is using a cloud instance?The client has a need to add a link to the Appian login screen. Can we use the Administration Console Terms of Service Agreement for that?Is there a way to put a link there, instead of full text?
Hi, As per my requirement I need to show buffering/loading image while validating the data. However I can able to show that image, but its showing with borders and when I clicked on that its enlarging to full screen. Please suggest any other option which is not clickable and show buffering/loading gif image. Thank you.
My interface hides or shows buttons based on the users role, determined by "loggedInUser()". I would like to test the interface mocking different logged in users. Is there a way to achieve that?
Hi Team, When i select multiple records, it is showing in the grid. If you search with the linkable fields it shows me the summary about that record. But if I hit back on the screen, the records i have selected vanishes. I have to again select and access their details. Is there any way we can configure the interface to get the screen that shows the grid fields.
Hi @all, Can anybody help me in figuring out how we can apply show when condition for particular rows in an Editable Grid. My use case is to show all the rows initially but when we select any row, rest of the rows hide out and only that row remains in the grid. I am attaching an image of the interface of my editable grid: Highly appreciate your efforts.
Hi Team, I want to export local grid data to excel based on the selected filters. find the Grid Data in local variable.
When selecting one or more groups, I want to display the members of those selected groups in a grid column. Thank you!! .a!localVariables( local!selectedGroup: ri!initialGroup, local!distinctUsers: if( a!isNullOrEmpty(local!selectedGroup), "Please select a group", getdistinctusers({local!selectedGroup}), ), local!groupName:a!forEach( items: local!selectedGroup, expression: getgroupnames(fv!item) ), local!pagingInfo: a!pagingInfo( startIndex: 1, batchSize: 10 ), { a!sectionLayout( label: "User & Group Management", contents: { a!pickerFieldGroups( label: "Pick Groups", labelPosition: "ABOVE", maxSelections: 5, value: ri!initialGroup, saveInto: ri!initialGroup, ) } ), a!sectionLayout( label: "Group members", contents: { a!gridField( label: "", labelPosition: "ABOVE", columns: {
Hello All, My requirement is that in a chat we need to show the conversation. This conversations is shown in a card layout with height as MEDIUM. When there are too many conversations, card layout is showing the scroll. Below conversation card layout, we have a text box and a send button. Once user clicks the send button then the user text is appended in the conversation card layout which makes the layout to re-evaluate itself and the first conversation is shown. To see the latest, we need to scroll below. Is there any way to fixed the position of scroll bar if the text is appended in the card layout? Regards Arka
Hi I am trying to display file preview for attached documents. We have provided a dynamic link when clicked ,we are calling a PM to fetch the document from Documentum and store it in Appian folder. However the PDF type file does not preview for some users, whereas Dev team with admin access have no issue viewing the preview for the file. FYI it is happening only for PDF type files PNG files seems to be working fine.
hi, I am trying to use upload Files function. this is one of the step in my process. I have a final summary screen, which shows the files uploaded and they should appear as document upload link. I used a!submitUploaded files in the next button, which actually goes to fIle Upload Screen to the summary screen. It works fine , when I tested the interface. But shows an error in site. An error occurred while executing a save: Expression evaluation error: a!submitUploadedFiles() cannot be evaluated in this environment. Target folder is not Document or Folder but marked as Folder. Also, editor access permissions has been given to the Users for this folder.
I am facing a strange issue, I have created a custom record field, which i'm able to fetch the value in the interface, but while checking the Site the value is not getting populated. I am using a one to one relationship to fetch the value from the record. I have tried fetching other fields from the same record, even those are getting populated in the interface but not on the site. Thanks in Advance!
Hi, Is it possible to make the line chart smooth, meaning without the data point dots. Regards, Sowvik Roy
I am below error in user interface.Please help to resolve. Could not display interface. Please check definition and inputs. Interface Definition: Expression evaluation error at function 'wherecontains' [line 52]: Invalid types, can only act on data of the same type (Text, Any Type) Below is the Code and the place where wherecontains is there is highligted in red.Please help to resolve as to what changes needs to be done. ri!selectedSkuId ), local!selectedSku: a!refreshVariable( refreshAfter: "RECORD_ACTION", refreshOnVarChange: local!selectedSkuId, value: rule!APN_first( index( local!skus, wherecontains( local!selectedSkuId, local!skus['recordType!{9de47fad-3776-4334-bca6-7870632f65f6}NGP_PC_Sku.fields.{821936eb-32c0-4523-ab28-06972108537f}pcSkuId'] ), {} ) ) ), { a!columnsLayout( columns: { a!columnLayout( contents: { rule!NGP_PC_CMPT_skuInfo( skus: local!skus, refCountries: local!refCountries, selectedSkuId: local!selectedSkuId, selectedSku: local!selectedSku, def
Member Inclusion with Tick Marks and Non-member Exclusion with Crosses Facing issue in accurately displaying membership status within groups Difficulties in correctly identifying group membership. Seeking assistance. a!localVariables( local!selectedGroup: ri!initialGroup, local!distinctUsers: getdistinctusers({local!selectedGroup}), local!groupMembers: if( a!isNullOrEmpty(local!selectedGroup), "Please select a group", local!distinctUsers ), local!groupName:a!forEach( items: local!selectedGroup, expression: getgroupnames(fv!item) ), { a!sectionLayout( label: "User And Group Management", contents: { a!pickerFieldGroups( label: "Group Picker", labelPosition: "ABOVE", maxSelections: 5, value: ri!initialGroup, saveInto: ri!initialGroup, ) } ), a!sectionLayout( label: "User Information", contents: { a!gridField(
We are using reCAPTCHA on a portal application wizard that navigates through multiple interfaces. The problem is that the reCAPTCHA graphic is covering the next button on some of the screens. Has anyone had this problem and found a good solution? /resized-image/__size/640x480/__key/communityserver-discussions-components-files/13/Screenshot-2024_2D00_04_2D00_05-at-2.07.30_2F20_PM.png
when user is working on any other tab and some task present in another tab (home page), then the user should get a blink message showing that a particular task has been updated. Any suggestion to achieve it?
I have a form that is used to upload documents. The form works as intended except when removing a document the user just uploads. Typically, a user can hover over the document icon and it will turn into a "X". The user can click on that and remove the document so that another document can be uploaded in its place. When the user does this, the following error is thrown. Expression evaluation error at function a!fileUploadField: An error occurred while executing a save: java.lang.ArrayIndexOutOfBoundsException: Invalid index (1) for list: valid range is empty. The code for the fileuploadfield is: a!fileUploadField( label: "File Upload", labelPosition: "ABOVE", instructions: "Use this to upload speaker documents.", target: tofolder(ri!speakerRecord['recordType!PMSO Speaker.fields.speakerFolderId']), maxSelections: 1, value: local!file, saveInto: {
I want to display the list of members in grid in row and wants to perform the user interaction like select the multiple row to delete.
I have two fields like this, only when "Yes" is selected for "Limited" field can user input value for "Limit" field. But I found when "Limit" is disabled, the value is still there. How can I clear value after "Limit" is disabled?
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.