-
Recently active
I ma trying to generate a new excel file with a dynamic table based on a template, I already tried passing a html table like this with no success <table border='1'><tr><th>Name</th><th>Department</th><th>Experience</th></tr><tr><td>John</td><td>Accounts</td><td>3 years</td></tr><tr><td>Philip</td><td>HR</td><td>5 years</td></tr><tr><td>Adam</td><td>Networking Services</td><td>2 years</td></tr></table> any help? note: I am using this smart service beacuse it keeps the styles and formats from the template.
Hi there, I have an integration calling a SOAP web service, returned result as the following ("Return raw response body"), how to extract the data circled by RED? regards,
Hi Everyone, Is there any direct way to fetch the total no.of worksheets uploaded in the excel document and also what is the maximum limit of sheets that can be read in appian Thanks, Rakshna JG
Hi, I'm trying to import Automation Anywhere features in Appian RWM. I followed the documentation, but I retrive an error message when I wrap the ETL Process model. Please, could you help me? Thanks in advance, Erzen
Hi All, I'm trying to generate grid in pdf format using PDF from HTML, When Opening the html template in browser its working fine but the generated pdf is not properly aligned and text at the bottom are not even visible. Is this a know issue or do we have some workaround for this. Thanks, Ankita Singh
Is it possible to use OAuth to connect to Azure DevOps API? I saw another post saying the OAuth used by Appian is not compatible with SharePoint and wonder if the same holds true for the Azure DevOps API.
Hi all,I have facing issues were implementing googleGeoChartField in interface.Since googleGeoChartField not visible and not working.Here attached the code for your referencegoogleGeoChartField( mapApiKey: XXXXXXXXXXXXXXXXXXXXXXX, chartColumnData: { { type: "string", id: "Country", rowDataKey: "Country" }, { type: "number", id: "Sales", rowDataKey: "Sales" } }, chartRowData: { { Country: "Germany", Sales: 400, }, { Country: "United States", Sales: 1300 }, { Country: "Brazil", Sales: 500, }, { Country: "Canada", Sales: 1280, }, { Country: "India", Sales: 700, }, { Country: "Indonesia", Sales: 100, }, { Country: "Russia", Sales: 1000, }, { Country: "Mexico", Sales: 1000, }, { Country: "Australia", Sales: 1400, }, { Country: "Iran", Sales: 300, }, { Country: "Thailand", Sales: 100, }, { Country: "Laos"
We have used the plugin Move To Collab (v1.0.0) to copy files from filesystem to our knowledge center folder using the smart service provided by the plugin. However, we have observed that in some instances the smart service does not complete and the node is skipped resulting into process instance failure. The error is neither captured in process instance, nor in the server logs. The file path given as node input is a valid path (i.e., the file does exist at the given path). What could be the potential cause for this? Any help with this issue would be appreciated.
Is there a way to control the output color of the text when using the PDF fill Smart service?
Hi All, I'm trying to generate table in docx Using Docx From Dynamic Template. When trying with sample data and template as given below "<info> <rowvalues name = 'John Samuael' branch= 'CSE' rollNum= 'abc' /> <rowvalues name = 'Michelle Dsouza' branch= 'IT' rollNum= 'fgh' /> </info>" Here its working fine and able to generate 2 row of data But when I'm trying to generate with actual data i.e as given below <info> <rowvalues name = 'Gaurav' dob= '4/1/2021' requestnumber= '1' /> <rowvalues name = 'Gaurav Singh' dob= '4/1/2021' requestnumber= '2' /> <rowvalues name = 'Shahid' dob= '4/2/2021' requestnumber= '1' /> <rowvalues name = 'Shahid Salman' dob= '4/2/2021' requestnumber= '2' /> <rowvalues name = 'Prachu' dob= '4/3/2021' requestnumber= '2
Hello All, We have a requirement to re-authenticate a user from the SAIL form. When a user click on the submit button in SAIL form(After filling all mandatory fields), system should ask for their login credentials to re-authenticate them. Please let me know if there is a way to implement it in Appian cloud environment Thanks in Advance !
I am getting the following error when I am to insert on my table. Any ideas why? the following data what is SCOPE_IDENTITY
I am getting the following error when I try to insert a new item to my Integrated DB An error occurred while trying to write to the entity “UMS_INTEGRATION_AAPP” [id=1af91040-2df8-4691-95b9-0a2d725ec112@11037, type=UMS_INTEGRATION_AAPP (id=4502)] (data store: UMS AZURE DS). Details: org.hibernate.exception.SQLGrammarException: could not insert: [UMSINTEGRATIONAAPPDT4539]: com.microsoft.sqlserver.jdbc.SQLServerException: 'SCOPE_IDENTITY' is not a recognized built-in function name. Data: TypedValue[it=4502,v={100054,<null>,111.0,111.0,111.0,111.0,<null>,<null>,<null>,<null>,<null>,<null>,Boston,New York,,,,,,<null>,<null>,<null>,<null>,<null>,<null>,<null>,<null>,<null>,<null>,<null>,2021-04-23 00:00:00.0,2021-04-23 00:00:00.0,Administrator,Administrator}] however I don't get this error if I try to update an existing item on the DB
If we upgrade a plugin to the latest version and we are using smart services related to this plugin in process models. How will it affect the process model? Will it automatically be reflected on the process model smart services or we need to update anything in process model as well?
Need to validate any uploaded document which is password protected, display message and not allow those if they are password protected. Please help.
I am trying to set up an AWS S3 integration using the Amazon S3 Utils plug-in. I have everything working except I need to give the plug-in the necessary credentials through the Third Party Credentials section of the Admin Console. Could someone let me know what should be in the "Test Connection" expression or how to go about testing that connection? Thank you
Hi All, I am using the PDF from XSL-FO smart service to generate a PDF. I'm generating the XML/XSL docs for the smart service via expressions that query the database. I'd like to let users enter text in a rich text editor, and have that rich text preserved in the PDF. For example, the user enters a list in the rich text editor. The database value is something like <ul><li>item 1</li><li>item 2</li></ul>. Currently, my PDF generation just shows the HTML as the exact string <ul><li>item 1</li><li>item 2</li></ul>. Does anyone know of a way to display the formatted HTML in the PDF? The only thing I can think of is to build some expressions to generate the correct XSL and then strip the HTML in the XML. Any easier approach?
I have an integration system with Appian and Microsoft Azure, however the client wants to have a default account to view the page with the records. My question is is it possible to access Appian without the need of Authorization? do you need to log in at all times to access Records, Sites or Interfaces
Hi, How can I convert the below dictionary- { name:"Vivek", place:"XYZ" } to something like this: "{\"name\":\"Vivek\",\"place\":\"XYZ\"}" It is a bit from what a!toJson function returns. Any lead will be helpful. Thanks!
I am new in Appian application development. Can any one please help me to know how can I use the Import CSV to Database smart service? Should I use any Plug-ins? If yes where from I can get it? I searched for it but did not get it.
Hi, Could someone help me on learning WEB API and Integration Objects in Appian? I need some free URL for REST API for (For learning WEB API and Integration Objects in APpian) and Also WSDL url for WEB API object. Thanks Faisal
Dear all, i tried to setup uipath connected system, but i got "method not allowed" error. The login credentials and the url to the orchestator are correct. Can anyone give me suggestions? thanks
Team, We are using Azure AD for authentication SAML SSO with appian cloud , same is working fine. I have a process which will check user details against azure AD for getting first name , active etc any idea how to do it ? Anyone have done it for esignature or just checking user details?
I want to Integrate Google Dialogflow into Appian Interface. Has anyone tried this before. Is there a guide to get started with?
Hi guys, I'm trying to set up Appian RWM with Automation Anywhere. I followed the documention , but when I try to run RWM AA ETL Wrapper Model I receive this error: Someone can halp me? Best regards,
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.