-
Recently active
Hi Team We use the jsonvalidator_isvalid() function to validate if the given text is in JSON format or not and then we use a!fromjson() function to format it. We get "true" boolean value in output for jsonvalidator_isvalid() function but a!fromjson() gives us error : "The jsonText parameter was not valid JSON." We also get "true" boolean value in output for isjsonvalid() function. How can we resolve this? Appian version 21.1 Text used for validation is in format similar to the one mentioned below : "You have issue:test to fix." "Test Description:" "test issue..." "For more details login to site" NOTE : We also have valid json texts, null texts and string values to validate.
We are using MS Graph plugin to read emails and save the data into APP_MAIL_POLLER table but nothing gets populated for field "BODY_ HTML". We have followed the instructions of the plug-in in regards table structures. When setting the node in a process model, for Content Type input parameter we are trying with "Both" and "HTML", but same results, no value for "BODY_HTML" field. Any ideas on what to try?
Hi All, I have the requirement to connect EDQ with Appian to get data. Can anyone please tell me how to achieve this? Thanks, Shubham Yadav
Hi all, from the admin console, i went to the plug ins, i deployed a few plug ins but how do i access these? So far i couldn't see them in the pallette view in designer mode.
Hello there, We are trying to implement the headless BPM. All users are associated to appian accounts but we need to validate the user login screen (not from appian), password reset etc on REACT WEB using API call. Now for that, we are in need the endpoint URL/smart service(which can validate the basic authentication using username/password based on group created in appian) for login authentication for typical appian login form/screen. can someone help me on the same please ? Note : This is on cloud instance and not on-premise/self managed servers.
We are trying to get the token out of the Client API in the Connected System from the Component. We need the username or any user details to generate the token for those requesting the token from the Component. We can send the logged-in user information in the payload of the request, but due to security concerns, we shouldn't pass any user details in the request. Is there any way that we can get the requester details from the Connected System? We tried getting a username from ProxyConfigurationData(Java object) got from ExecutionContex(Java object). It returns a null value if a proxy is not configured. We didn't get any user details from the SimpleClientApiRequest object. Please let us know if there is any other way or workaround to get the requester details from Connected System. Also is there any possibility that we can get requester details in servlet? Thanks, Santhosh Kumar A
Hi All, Anybody faced this KB-1097 error .can you please tell me how can we fix this .In knowledge base i can see only limited details Thanks in Advance
Hi, I have a requirement to export and download an excel file with more than 50 columns. As the Appian OOTB functionality allows to export only 50 columns I tried using the plug-in "Excel Template Merge" - Append Sheets smart service. But the downloaded file is not an excel file even though the result parameter doesn't contain any error. If anyone has a solution, please let me know.
Hi Appian, i am recently working with appian and in my project i have a requirement that i need to send data from my gmail to process model i found below link but i am not understanding how exactly need to execute my process model by clicking on gmail notification send button from my mail is it possible to do that can you please help me out. Regards, Prabhakar Vajja.
Hello, Is it possible to embed an image (dynamically) with excel while using Export Datastore Entity to Excel Smart service or Export SQL to excel? Regards, Priyajit
When the editor loads for the 1st time, whether passing in anything (valid HTML, text) to richTextValue via local variable or rule input, the editor does not display the value. As soon as designer edits the SAIL, e.g. remove the richTextValue parameter and undo (ctrl-z), or toggle isReadOnly, the value is displayed., Usage bar shows % as >0, so it seems to think that there is value there, but is not displaying them. Steps to reproduce: Create new UI object, and add Advanced Rich Text Editor component Create a rule input of type Text Set richTextValue to rule input Supply a text value, e.g. "Hello" as rule input, set as default value Save object and close Open object - observe that "Hello" is not shown on load Toggle to Expression Mode, delete richTextValue parameter, and undo (ctrl-z) - observe that "Hello" is now displayed this comment is from [mention:33845a86f6114d5582c6d5fb658efbe2:e9ed411860ed4f2ba0265705b8793d05] and i have the s
I was exploring Appian Web API and couldn't find any documentation regarding how we can implement OAuth 2.0 lient credential grant or Authorization code grant for Appian Web API with third party IDP (prefer Azure AD) I am able to implement client credential grant using service account and configuring client id and secret from admin console, but we are looking oauth 2 implementation using Azure AD.
The Call Web Service Smart Service requires WSDL URL. How can I use a .WSDL file instead of a link ? Thanks
Hello Everyone, We are on cloud (21.4). We would like to know whether it is possible to connect to DataBricks from Appian? From what we are told, there is not any REST API for that. So, I was wondering if Appian can connect to DataBricks via DataStore connectivity, or any other way? Thanks,Akshar
Hi Appian architect team, do you have suggestions for a method to auto-associate e-mails to an Appian record without CCing an Appian process email? A client is looking for CRM-style functionality which will pull in e-mails and associated replies in the continuing thread and associate them with a customer record in Appian. Pre-sales recommended custom development using MS Graph API but is seen as potentially too complex and/or risky. Welcome any alternative suggestions, third party tools or plugins for a workaround, etc.
Hi, I have got to know the Applications will be available on appian\applications on windows machine will you please help me with the path on Linux machine. As we have to do the Devops and versioning manager configuration. If you can help me with the reference guide that would also be very helpful. Thank you!
Hi Team,I have a requirement of integrating Appian process model or integration or web api to an external SOAP WSDL environment. We would send data from Appian to the external SOAP env and also receive data from the external environment. How can we do this, what are the pre-requisites for such integrations.
Hi, We want to integrate our appian code/objects on GIT repository and we are following https://community.appian.com/w/the-appian-playbook/198/deployment-automation#Automated_Versioning_Manager article. To proceed with we have already installed Appian Import manager and Appian Versioning manager on the server. We presume that we will find the Application folder of the applications which we have created on Web Interface in Zip format on the server. We have some queries related to it: Where can we find Zip file of the created application on the server(Please share the path) as we are accessing it through the bash console? What will be the admin_console_path? How the individual developer can get the code on their individual machines, as appian is common across?
I need to use array in my intagration, PATCH method : Body, for example: { "name":ri!name, "documents": [{"number":123456, "type":"id"}, {"number":789456, "type":"card"}] } but i get error "Invalide symbol found (open_bracket)" because I used "[" "]" How can i fix it?
Hi Can we create local repo of Appian code, if yes then please share the document and Please guide on local repo mapping through version manager.
Hi, I want to set CI/CD with azure devops directly I can see reference material for Jenkins but none which specify the direct integration with Aure devops. Is it possible to build this bridge if yes please share the references. Thanks in advance.
Hi All, We have a requirement to read login audit files from all the application servers on a High Availability cloud environment. We have researched about the plugin 'Log Reader' which can read login audit files. However, from the discussions on its AppMarket page, we are unsure if it can read the log files from ALL the application servers, and not just the default one. We have also seen a note about its latest version which reads 'This version is to support HA environment'. However, we could not determine the exact steps required to read the log files from all the HA nodes. Has anyone actually implemented a similar feature using this plugin? If so, please share how you managed to read the log files from all the HA nodes. Many thanks!
Hi Team, Can we export appian application through rest-api or through command line? Regards Abdul
i'm working on a integration with quickbooks online and i'm working on a process that requieres me to work on some objects. one after another and sometimes it does work but some other it doesn't and throw me this error " You and vladimir were working on this at the same time. vladimir finished before you did, so your work was not saved." is there a way to make to sure that that process was completed before starting another ?
What value should I enter here? header name or header parameter
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.