-
Recently active
I have a Write Record WebAPI that needs to start a process. The purpose of the process is to notify a user group that a new speaker request has been added to the system. I keep getting an error when trying to kick off the process, "PMSO Volunteer Request can only be indexed into using square brackets or the index function" I created a blank process (start node and end node) called "PMSO New Speaker Request". There is one process variable created "entryId" that is set to be a parameter. The Web API a!localVariables( local!value: cast( 'recordType!{ca4c278b-1034-49bc-af7d-e4c16cf132b6}PMSO Volunteer Request', a!fromJson(http!request.body) ), a!writeRecords( records: local!value, /* * Construct an HTTP response to return to the caller */ onSuccess: {a!httpResponse( statusCode: 200, /* * Set an HTTP header that tells the client that the body of the response will be in JSON format */ h
Is it possible to put a!safeLink ( example in section nr.2) on confirmation of a!buttonWidget (section nr.1) so that after confirmation, link navigates back do desired location? In my case back to Record list view. So that user after confirmation returns directly to list view, without having to click back on summary screen.
I'm trying the plugin to upload an image but for some reason I'm getting this error my plugin config is this
How to integrate the Gmail API with the help of Appian's Integration Object?
I'm creating an invoice from an HTML template then I'm converting it into a PDF but the qr codes are nor being shown in the document. I've tried many ways the first one was converting this image into a base 64 image with a plugin called "Base64 to Database Services" this approach didn't work for me this is an example of how i add the base 64 image what i notice is that if i a generate a base 64 with another platform it also gives me a kind of path like this this is an example of how i place the generated base 64 image
We have 9 years process model which has few instances running currently on production. In which they have assigned tasks to one particular user who had left the organization now. How we can handle this one?
Hi All, I need to display icon besides checkbox choice lables. How can I achieve this. Can anyone please suggest something?
Hi All, Has anybody integrated with GraphQL End point which retuns a JSON formatted response. i
as per document IReservedQueue is depericated and now we can use IReservedQueuePaged but while using this i am getting below error- private IReservedQueuePaged reservedQueue; not able to find its dependency and add it into maven
Write records is refreshing record type only after enabling the activity chain. Is there any other option to refresh record type other than enabling the activity chain.
Hello I just want to get eye icon into the password field.Is it possible in appian? Thanks
a!gridColumn( label: "Ticket Id", value: a!richTextDisplayField( value: a!richTextItem( text: fv!row.issueId, link: a!dynamicLink( saveInto: { a!save(local!selectedTicketId, fv!row.issueId), a!save(local!showDetailsPage, true()), a!save(ri!showLinkedIssues, true()), a!save(ri!newShowDetailsPage, false()) } ), linkStyle: "STANDALONE" ) ) )Can we open a dynamic link in a new tab or is there any way to open in new tab
Hi All, I am new to Appian. I am not able to access the Appian Community Edition Site. It's showing "Check Status" and says that an email will be sent. I have not received any email in this regard till now. How long does it take to receive an email in this regard. I have joined almost a month now but haven't received any email in this regard.
Hi, How to write syntax for rich text field I found hints from the cheat sheet populate FIELD_TYPE field [FIELD_INDEX] with VALUE(S). Can you please help me to know what will be FIELD_TYPE? I tried with paragraph, text, rich text field, and rich text field editor. Thank you very much!
I have built an expression rule where I am using a!foreach() and looping through items. Below is the query. a!localVariables( local!var: a!queryRecordType( recordType: 'recordType!rec_type1, pagingInfo: a!pagingInfo(1, 10) ), a!forEach( items: { local!var}.data, //4 data items from the record type table are that it can iterate on// expression: fv!item['recordType!rectype1.fields.col1'] [1] )) The record type I am querying here has 4 items that I am iterating in using a!foreach(). Now expression gives a single output (specific cell's data from table i.e. first record's col1 value). My expectation was that this would give same table cell data as output but 4 times instead of 1 time. Is it due to the fact that in every iteration fv!item moves to the subsequent item as current array item and therefore cannot give that cell's data as output remaining 3 times since it has already moved ahead to next item.Let me know if I am thinking correctly or is there
Hello, I am trying to set up a data source / connected system in my Community Edition Site. I am running a MySQL Server instance on localhost:3306, but my connection test fails. Am I even doing this right? The username and password are correct, and My SQL says the server is running: Do I have to host the server online to be able to connect? No technical background here, but I'm trying to get it. I would appreciate your help!
Above is what my substitution keys look like. Below is what I am seeing in the PM designer for each key. Some of the keys do appear normally. Below is for the key poss. I have keys which are not underlined that are producing the same behavior. This word document was provided to me by the client. It is a paper form that customers would fill out by hand. p oss Any idea what the issue is? Can anyone reproduce this? I could send a portion of the document to anyone interested.
Hello All, I have a scenario where we are receiving file in one of the path of Appian On-premises Server (Linux). e.g path : /temp/data/file.xlsx or /temp/data/file.txtWe want to read that file from Appian instance (UI) installed on same server. Can any one suggest how I can achieve same. Regards, Vijay
Greetings, I am looking to utilize the Log Reader plugin to read the login-audit.csv files in logs. I noticed the function returns the structure CsvContents, but it is treating my first row as a header when there is none. How do I go about making it so that the first row will be part of the rest of the rows and not as a header?
Hi Experts I have a DB Script in which a column have the French language data(Conversion of English fields name). I import the script but after importing the data, the data is not correct as It is giving question mark(?) for few letters in the French word. Example: complète ( French Word ) ---------> compl?te (After import is complete). I used every default setting such as UTF-8. If is there any solution then tell me in steps Thanks in advance.
I have updated parent CDT(UK_AWTS_Requests) to add 2 new fields. While creating new version using xsd, I was getting below Info warning for one of the child CDT(UK_AWTS_REF_STATUS) present in it. I ignored above , created new CDT and promoted to Runway. However in Runway all the dependent objects are still referring to older version of CDT. Also all dependent objects are showing ^8 special character. Can somebody tell me what needs to be done in this case.
here am using record to display the grid along for that grid need to add the filters a!localVariables( { a!gridField( labelPosition: "ABOVE", data: 'recordType!{81e1435a-de76-4bff-8b85-6ae5a581d036}Documentation Checklist', columns: { a!gridColumn( label: "CIF", value: tointeger( fv!row['recordType!{81e1435a-de76-4bff-8b85-6ae5a581d036}Documentation Checklist.fields.{cif_int}cif_int'] ), align: "START", width: "NARROW" ), a!gridColumn( label: "Customer Name", value: fv!row['recordType!{81e1435a-de76-4bff-8b85-6ae5a581d036}Documentation Checklist.fields.{customerName_txt}customerName_txt'], align: "START", width: "1X" ), a!gridColumn( label: "Source", value: a!linkField( links: a!recordLink( label: if( rule!APN_isBlank( fv!row['recordType!
am trying to create read only grid using record type but am getting this error, record type is updated only
I upload multiple PDF files in the interface. I want to save the files in a folder that matches the name of each PDF file.
Is it possible to direct flow from Write to DSE Smart Service on error? Ideal scenario would have the DSE node fail, and based on error, flow would continue to different node. Right now process pauses when DSE fails and email goes out. Is it possible to continue process flow on DSE fail?
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.