-
Recently active
hello team it is a pleasure to greet you I have the following problem:What can I do if when executing a robotic task that contains a recording to a web portal, it gives us the following message: Community someone who had this problem, could you help me with your ideas for a possible solution. greetings friends.
I would like to know how to create a new Lower environments like Dev, Test or UAT from Appian PROD environment?
Hello, does anyone know how I can make a custom picker to save the value if it is not in the list? The code is that: a!pickerFieldCustom( label: "Tipo de entrada", labelPosition: "ABOVE", maxSelections: 1, suggestFunction: rule!ERYM_FiltroComponente( filter:_ , labels: local!tipoEntrada, identifiers: local!tipoEntrada ), selectedLabels: a!forEach( items: ri!expediente.tipoEntrada, expression: index(local!tipoEntrada, wherecontains(fv!item, local!tipoEntrada)) ), value: ri!expediente.tipoEntrada, saveInto:
Hello, I am using merge PDF smart service . But i am not clear on how to provide a Document input and I dont know what variables should i past it Thanks
Please tell me how to send email to multiple recepients using send email smart service
Hello, How can I remove the 'X' close button of the dialog. When creating a record action, the dialog doesn't has a 'X' close button. The dialog made by record action has 'X' close button by default. Is there a way that I can remove this? When I close the screen, I want to make sure that a specific function is executed in the process. for thatIt seems to be necessary to close the screen only through the close or cancel button, not the 'x' button. Thank you.
Hi all, is there any way to convert the byte array, from a specific response Field, of an Integration Object to Appian Document. How do you handle this?The case is that the response of the WS call, has a byte array format document in a specific field.
Hello Community Users I am not able to rename the web apis in Appian Designer though it is mentioned in documentation that we can rename web apis? Any insights, why? Btw, I am able to rename other objects.
Hi Team, How can identify the users that have created the accounts recently or per month on Appian.
i want to call data from a feature layer of ArcGIS online (just the data table) to APPIAN, Fist I have created the OAuth 2.0 Credentials in ArcGIS for developers, then I'm trying to create a connected system in APPIAN to call that data, this are the parameter i have added: Authentication: OAuth 2.0 Authorization code grant Authorization Endpoint: www.arcgis.com/.../authorize Client ID: X6nKvzhPa57iYtDy Client Secret: •••••••••••••••••••••••••••••••• Token Request Endpoint: www.arcgis.com/.../ i test the connected system, but show me this error (image bellow) Help please.......
I have a read only grid with data sourcing from a record type. One of the columns in the interface has a record link field enabling it to drill down into a record summary. Is there a way we can redirect back to the interface from the record summary view? Ask is to have a cancel button that will take the user back to the read-only interface where the user started. safe link is not an option.
Hi All, Can anyone please tell me how to train idp/ or some change in objects so that IDP forgets its mapping. Thank You
a!localVariables( local!data: a!localVariables( local!dateList: todate( union( index(ri!taskProductionList, "asDate"), index(ri!taskProductionList, "asDate") ) ), a!forEach( local!dateList, a!localVariables( local!dateData: index( ri!taskProductionList, wherecontains( fv!item, todate( index(ri!taskProductionList, "asDate", {}) ) ), {} ), local!taskProduction: if( and(rule!INO_isBlank(local!dateData)), "-", ( ( todecimal(local!dateData.taskId) / todecimal(local!dateData.taskDuration) ) * 100 ), ), if( rule!INO_isBlank(local!dateData), { taskId: 0, taskProduction: 0, taskName: "-", asDate: "-" }, { asDate: fv!item, taskId: if(rule!INO_isBlank(local!dateData.taskId),0,local!dateData.taskId), taskName: if(rule!INO_isBlank(local!dateData.taskName),0,local!dateData.taskName), taskProduction: local!taskProduction, } ) ) ) ), { a!richTextDisplayField( labelPosition: "COLLAPSED", value: a!richTextItem( text: "Selected
Hi, is there an option for a modal pop-up in Appian? Like when a pop-up will appear and the entire screen will be greyed out except the pop-up and until you select any option in the pop up the screen will remain greyed out. Can anyone let me know if possible then how can it be done?
I have two local variables storing list of numbers: How can I get coordinates from this like 1,1 2,1 3,1 4,1 based on column and row value together?
Hi, Is there any functionality in Appian to show pop-up?? If not, how can we show a pop-up without using interface and button confirmation?? Thanks in advance, Gousii.
We are starting using OKTA Auth for OData API's and what I have got is we have to pass user's information (domain email and password) to generate token and then we can use that token to call APIs. But we cannot pass each user's information to create token, so eventually, we have to pass a service account to get a token. The problem is we don't want to use Service Account as that will reflect the same account in our Mod Logs. We want to get a token for OData with the user's context (like some sort of using SSO). Does anybody have any idea on how to achieve this? that would be really helpful!
Hi Appian folks! I want to add rows dynamically in a pdf file using PDF Doc from Template smart service. I created a CDT with multiple values and mapped that variable to the pdf field. Although it won't create one row for each value. Is it possible to create a new row in a pdf dynamically for every value in CDT using PDF Doc from Template smart service?
Hello everyone I am using HTML to PDF (Page Number and Custom Fonts) Smart Service, in the data configuration there is a font document, I want to see an example on what is the font document? Can anyone help me? Thanks
I've looked into a!documentViewerField, a!imageField (with a!documentImage), and a!richTextImage (with a!documentImage) and tried to display the contents of a TIFF file with no success. Does anyone know how to display a TIFF file on an interface? Thanks
I don't see any information in the documentation about how to train the AI Document Extraction process. I thought that invoices were already trained, but that doesn't seem to be the case. Additionally how would we train a new document class, like insurance claims for example. I see doc'm about how to setup the fields, but how do we train for locate/extraction rules? Do we just run a bunch of docs thru manual reconcile? Is there a way to clean out bad documents/trainings? How do we get more insight into what's going on behind the scenes with extraction? Thanks in advance!
Hello Appian Community, Use-case - We have a process containing 8-9 stages(UI Screen), each stage having "Next", "Save" & "Back" buttons. Requirement - Need to capture the time spent by the user on each stage and use this for auditing and generating reports for business owners to understand, how much time users are spending. Approach - Appian provides a process property name "starttime" and we can configure a script task with a custom process variable with "endTime" as the "now()" function. Need Suggestion - Is there any better OOTB feature to achieve the requirement? What is the value of "starttime"?How to capture "endTime" without configuring an additional script task after each stage? Appreciate your suggestion.
Hello, I'm using docxncolumntable to generate a table for a word doc. The table that gets created is too narrow to fit the page and requires manual readjustment of the table. The parameters for the function do not appear in the help screen. I checked the documentation provided with the plug in but there's no mention of the parameters used by docxncolumntable. Is there a way to get a list of the parameters supported by this function in order to adjust the table? Thank you.
Hello Community,Is there any way to convert a pdf or word document into base64 string or binary format ? TIA Arun
Hello Team, Is there any way to get the currentloggedInUser site page tab URL Dynamically?. More details about my requirement...Assume that there is a record A, Site A (User1) and Site B (User2). Once User1 navigate from the Site A to the particular record weshould show related action for that User1.If User2 logged in and navigated from the Site B to the same record user shouldn't see any related actions. Is there any way to achieve this functionality without create separate record for site?. 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.