-
Recently active
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?
Hi, we need to create an integration with JMS on Cloud, being able to send messages to an external JMS Queue or Topic, and starting processes with a receive Message Event This can be easily done in a OnPremise Installation, but according to the documentation, this is not supported on cloud, but most of the cases can be achieved with a plugin from the market, but in the market we only find two old smart services that are only supported in previous appian versions. How can we achieve this requirement if we are working in an on Cloud instance? Regards
Hi, I have a set of Integration object that uses a Connection System (OAuth2: Client Credential Grant).I am testing direct on the Integration object with blank attributes:1. If it use connected system and the API returns 404 (i.e. user not found), the API will always fired twice (not expected). Below are the debug logs:2. If it use connected system and the API returns 200, the API will only fired once (expected). 3. if I remove the connected system and the API returns 404, then it will only fired once (expected). 2023-10-26 07:26:14,981 - { "origin" : "local", "type" : "request", "correlation" : "d782eed85047a462", "protocol" : "HTTP/1.1", "remote" : "localhost", "method" : "POST", "uri" : "https://example.com/path/to/service/07?test=001", "host" : "example.com", "path" : "/path/to/service/07", "scheme" : "https", "port" : null, "headers" : { "Authorization" : [ "XXX" ], "Content-Type" : [ "text/plain; charset=UTF-8" ] },
Hi, Please help me out to populate date and time in fitnesse script |set test variable|start_date |with|10/13/2023 02:30| |populate field |Start Date|with|tv!start_date| Thanks
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.