-
Recently active
Any example to hit process model through dropdown value in Interface
Hi, i have a requirement to extract a particular cell(integer) from an excel sheet the specified cell is in G column 46th row. Please update on the solution.
Is it possible to capture the page level action? Eg : When submit button is clicked - We get - "Action Completed" Message or Eg: When submit button is clicked - "Field 1 is a required field" How do we capture the messages?
Both the a!startProcessLink and a!startProcess functions state that the "processModel" parameter accepts "a constant referencing the process model or a process model UUID" However, when we try to pass a constant of type Text with a process model UUID to the processModel parameter, we get a generic "The process does not exist, has been deleted, or you do not have permission to start it." When we pass a constant of type Process Model (using the same process model) to the procesModel parameter, we are able to start the process as expected. Do these two functions still accept UUID in the processModel parameter? If so, what are we doing wrong?
Hi, I'm trying to dynamically display a!datefield based on multidropdown values. If user has selected 2 values from the multidrpdown component, then I should display 2 datefields for user to select dates. I'm trying to do this with a!foreach , however I'm not able to store values. Can you please help me with this? Sample code: { a!multipleDropdownField( label: "Titles Held", labelPosition: "JUSTIFIED", placeholder: "--- Select a Value ---", choiceLabels: local!titleNames, choiceValues: local!titleIds, value: ri!selectedTitleIds, saveInto: ri!selectedTitleIds ), if( a!isNullOrEmpty(ri!selectedTitleIds), {}, a!forEach( items: ri!selected
HI, I'm trying to use Delete Rule/Constant Versions smart service to delete rules from a specific folder, I was able to execute the node perfectly, but the versions of rules/ constants are not being deleted. Can someone suggest on what needs to be done? Note: Currently I'm using 1.4.0 version of the plugin.
Hi everyone, I have a scriptask which create an output of type text by running an expression rule, which looks like below: I save this output into a process parameter, then plan to use it for the sub-process. If I want to take the updatedRelationship of the current process instance, what the script should be like? I tried below code but the data does not pass into sub-process... do I need tp!instanceIndex for the process to know what data to pass into its subprocess? index(pv!scriptaskOutcome,"updatedRelationships",tp!instanceIndex, null) Thank you!
Hi everyone,I am new into appian I am trying to use Integration object. I am using this url https://icanhazdadjoke.com/ for generating random jokes but it is giving me this error cn you please help me to resolve it
Hello , I am trying to use the uipath connector to connect to my onpremise uipath orchestrator. When I enter the data I get this error and I do not know the reason. Can someone help me ?
how use Any Data type in interface how in purchaseRequest requestedBy and departments come I have not mentioned , just take datatype as Anytype
I have a list of group names to remove from a user: pv!toRemove = { "PROFILE 1", "PROFILE 2", "PROFILE 3" } And the following Process: The MNI for the Remove Group Members is configured as follows: As node input, I have to provide the users and the group to remove. For the user I'm simply using touser and providing it the username. For the group I was using a!groupsByName(index(pv!toRemove, tp!instanceindex)) The problem is that the function a!groupsByName returns a list of groups and the input expects only one group. Even if the list has only one item, as the type is wrong, it will fail. It will run the first instance and remove the "PROFILE_1" group, but the subsequent instances will fail because it tries to remove "PROFILE_1" again as the variable will not update anymore. To fix this, we just need to make the return of a!groupsByName return a single group, I'm using index to achieve
Hi, I'm looking for some developers who can spare a few minutes of their time to fill out this survey. Please know this survey will not be used for any monetary gains whatsoever. It's a little research that I'm doing for a project of mine. The link; https://tally.so/r/nPRR1Q Thank you in advance.
Hi All, I have to show a text field below the "Reassign button" like some instruction but I am not getting how to do that,since it is 17.4 version. Please help me sort this out. Thanks in Advance.
difference between task and process model and process instance
Difference between task and process model. how task generate in user task and what will occur in script task.
Hello all, I'm trying to create 2 dropdowns where the 1st dropdown will show the unique manufacturer brands from this table. I managed to do it, but the 2nd dropdown is to get the motorcycle models based on the selected manufacturer. The catch is I need to only make a single query. What I did is I created a query rule then saved it to a local variable. On the 1st dropdown, I used union function to get the unique manufacturers from the local variable containing the query. However, I'm having a hard time on the 2nd dropdown.
Hi, I want to create an interface when the users select the date, then the form will display a form for the whole week, example I choose 4 Nov 2022, will generate a form table to display the week to allow the user to enter how many hours they work on the day. such as something like this
Hello, I am trying to incorporate a milestone report that links to different tasks in a process model: a!milestoneField( links: { a!processTaskLink( label: "Tasks in progress", task: 536875568 ), a!processTaskLink( label: "Tasks in progress", task: 3808 ) My problem is that the task report ID changes every time the process is run. Is there a way to query my process report for the dynamic task ID? Thanks,
Hi, We have a requirement to write over 50 000 rows daily to our MariaDB database. I want to know what is the best way to get this done. We tried using a Record Type but the data was too large for it to handle and a breaker cancelled the synchronisation. I have seen that creating Multiple node instances is not recommended as we will create an excessive connexion pool with the DB. The only solution that comes to mind is to have a subprocess that gets fed smaller batches (100 or 1000 rows) looping through the data for insertion (sequential).
I am having trouble figuring out how to add events to the calendar template utility that I've added to my application. I'd like to be able to add events directly from the calendar interface if possible. The process model has already been created, I'm just not sure how to go about actually implementing the functionality.
Hello, thanks for stopping by to help.I have a common issue: A read-only grid isn't refreshing after the user performs one specific record action (all other record actions do refresh the grid). The process completes correctly, but the user is forced to refresh manually to see the generated data. Here are the steps I've taken so far: First, I have set the read-only grid to refreshAfter: "RECORD_ACTION". The data queries a recordType, though I did also try using data from a local variable with the same refreshAfter settings to resolve this issue, but no luck. Next, I have enabled activity chaining on all nodes on the relevant process model. For the record, the record action opens in a dialog box and just revolves around a simple form that the user has to fill out. I am sorry if the screenshot is too small, but you may have made out the final subProcess node there. This is a synchronous subprocess, and it has the "Enable Activity Chaining into all initial nodes in
How to publish data storage
I have a requirement like this I will have a base version of XSD file available in the system and when ever i have a update to this file required , I need to mention the Change and send it for approval, ones the required approval is secured, the approved lines of code should be embeded in the base file "location defined" and consider the new version is published. Help me if this requirement is feasible to achieve in appian , If yes what is the complexity or is their any quick way?
I would like to validate if a certain field is converted to mandatory or not based on the data entered in some other field of the form , Is there a method available in selenium API for doing this test validation.
As i am new to appian i have requirement .. .All values of multiple dropdown should be pre - selected default.
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.