-
Recently active
Hi, Can we change the background of a record action with style "SIDEBAR" in a Read-only grid. something like this, each record item should be different color.
Is there any method to getting out of the forEach() like any break loop method?
Hi Team, I am having some queries as mentioned below: 1. Can we create tables in Appian db dynamically ? 2. Can we fire SQL queries to Appian db ? 3. How to maintain the session of a user in a portal? I want to delete some table rows if user session is logged of. Please help in this regard. Thanks in Advance,
Hi Team, I have a use case where I need to sync the whole data of db table to records (on a link click event) but the catch is that I don't need to provide the identifiers. How can I do this ? Please help. See the below screenshot.
Hi Team, I am new to appian.I am trying to call a processModelLink inside a!save but I can see that processParameters are not getting passsed. Please see the screenshot below. Now When I am hitting the link, I am getting process Paramters passed as null, see below screenshot and please help in this regard.
Hi all, 1. Is there a way to customize a placeholder in user Filters in Appian record types (For example if I want to give a text that is not part of a filter value) ? 2. Can we customize search box location in record type? 3. Can we customize export button location in record type? Looking forward for your replies, thank you!
Hi all, Is Appian record type supports cell wrapping up on exporting the grid into Excel? What is the max length/no of characters allowed per cell in Appian on exporting the grid into Excel? Thanks!
Hi All, I want to know how our pdf template should be if I'm using "PDF Doc from Template" smartservice
Hi all, I am trying to take a date value from a DB(which I am writing in the Expression value below) and once I am inputting it in rule input it is changing my date value(Refer Value field): Can anyone guide me what I am doing wrong, I need 03/10/22 as an output. Thank you.
Hi @all, Is there an easy way to separate out users and groups from a Main Group in an expression rule. Below are the users and groups coming from a group itself. I want to separate out users from this list and wants to store it. Looking forward for your support, Thank you in advance!
Hii All, Can anybody help me how to Implement pagination in Editable Grid?
Hi team I'm needing some help with getting an interface together to populate a simple table for collecting survey data. I have a list of software titles divided into categories. Each category will be surveyed individually, until we have gone through the entire list of titles - this is to avoid providing our users with a massive task! Likewise I do not want to send through a task for each individual title in a category. Here is the concept model for what I want to do: The survey result CDT looks like this: I have been thrashing around for the past few days with Editable Grids and Read Only Grids, and am experiencing the following issues: With an editable grid I can put a dropdown into the column but I do not know how to generate an individual row for each title. With a read-only grid I can get the individual row for each title but I do not know how o set up the dropdown or equivalent for my users to be able to choose their response I have tried various approaches and
Hi! I created an interface with cardChoiceField, which allows me to choose one of multiple subinterfaces (via rule!), which I created before. These subinterfaces have a dropdown which value is assigned to a local (to subinterface) variable. The problem is that when I choose a value in the dropdown it doesn't change the local variable simultaneously - to see the "refreshed" interface, I have to switch to other subinterface, and then turn back to the original. In that case I obtain the subinterface I want, with refreshed variables. Is there any way to do this without switching to other subinterfaces? I understand that it could be solved using rule inputs, but I would like to know how the interaction with local variables in reusable interfaces work
HI all, am new to this, please tell me how to give paging size of 2 in a grid and has to show "<<" like this so that another records has to show pagingInfo: a!pagingInfo( startIndex: 1, batchSize:2 i gave like this but showing 2 in agrid, but no arrow marks << like this i should show 1-2 of somenum > >> kindly edit?/modify the code Thanks in advance
Hello Everyone, Can anyone please tell me how can I read the excel file and ignore the is blank rows i.e if any column is blank then that particular row should be ignored. Many Thanks
Hey Community ,is there any option that we can translate the runtime value ( fetch from database) in send email smart service translate into french?
I need to write below code in a loop : "<table border=""1"" style=""width:100%""><style> </style>"& "<tr><td>" & ri!headerList[1] & "</td><td>"& ri!cdtType[2].commentDate&"</td></tr>"&"<tr><td>" & ri!headerList[2] & "</td><td>"& ri!cdtType[1].comment_txt &"</td></tr>" &"</table>", I want a looping only for "<tr><td>" & ri!headerList[1] & "</td><td>"& ri!cdtType[2].commentDate &"</td></tr>" Can anyone let me know please
Hello, I have data like the picture bellow. The type of the data is Any Type(List of Dictionary), It shows that List of Dictionary has 2 items, but, when I use the count() function it returns "1". How can I count the "Any Type(List of Dictionary)"
Hi everyone, I am new to Appian and facing challenges in using customFieldPicker, we need to implement: Do we have any Field where user can search for exiting list of values from database, and if value(text column in our case) is not there in the list then whatever value user has typed in can be written to DB on the form submission. Later the value will become part of the list. We implemented it like this: We have one table having 2 fields- id and text only. The ER we created is attached below: We are unable to save the value. Please let me know what I am doing wrong. Thank you!
So I am working toward getting my Senior Developer Certification. One of the major components of the Exam seems to be Database Management. I am well versed with RDBMS but wanted to understand the scope as far as certification is concerned. I see "Appian Advanced Data Design Training". However it is Instructor Led only. There is no self study option. Not only can't I find anything on schedule in the "Americas" for the Instructor led course, I would rather study on my own time. I simply want to know what topics are covered in the Instructor Led course. Hopefully this is public information and can be shared? Thanks in advance
Thought I would ask here to draw awareness. Going through the Portals Course - specifically the Publishing Portals Course. At the end there is a tutorial that needs the Wyndhamm Power Outage Application. Only I cannot find the application in the Appian Community Edition. Did someone at Appian forget? Or am I supposed to find the package somewhere and import it. Hopefully someone has solved this problem already.
Hi, I am taking the service name from drop down field from interface and mapping it to following variable. After that I am uploading excel as below: Following is the rule I am using in script task and saving its value into Boolean type variable 'flag'. My requirement is if pv!Service_name=pv!cdt.srvc_nm then it should go to XOR path otherwise send email path. if I change the value in excel rows the flow is not going in appropriate way. Thanks, Kiran
Hi, I am trying to download the Data Store Entity in to excel. If I don't give any selection and filter criteria only 5k records are downloading & if I give selection & filter criteria only 1k records are downloading, but I expect more records to be download. Is there any limitation from Appian to download the records from data store entity, If yes, then how much records? Thanks, Kiran
How can we add something like an "Upload" or "Preview Document" button on the form that submits (typically without validation), and simply chains back to itself - this will give the user the impression they have not left the form, but turns the document into an official object that can then be previewed.
Is there any way we can build an organization chart using Hierarchy Browser Tree Component where we get data from a data subset? I tired referencing the link - https://docs.appian.com/suite/help/20.3/Hierarchy_Browser_Tree_-_Contact_Management.html. But I was not able to download the Contact Management application. Any suggestion would be greatly helpful. Thank you.
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.