-
Recently active
While saving the process variable data in script task getting following error: Error writing to process variables (rank, for variable 'pv!sectionfieldmapping'., type, for variable 'pv!sectionfieldmapping'.) (Data Outputs)
How I make link for any page of my project . These are below interfaces . I am in MyRequest page. How i visit to last "Task " interface page from MyRequest page Work.....My new work.....My task.....Task . "Work interface" is parent interface then "My new Work" is inside the Work interface.Then "My task" interface is inside the "My new work" then Last "Task interface " inside "My Task" interface Ther are not in Records....
Hi all - I'm trying to create multiple rows in my record, using data that is stored as an array process variable. But i'm getting all the data in a single row. Could use some guidance. Here's what I've got: 1. My process calls a business rule which gives me the following output: List of Text String - 3 items "Asset Transfer"(Text) "Disclosure"(Text) "Identification"(Text) 2. I've tried storing both in a record input as well as a process variable, those fields look like this: 3. I'm using Write Record and would like to create one row for each of these, but instead I get one row with that exact list of strings. How do I get one row reach each item? Thanks in advance.
I am very new to appian , I am trying to calculate the value of " To Date field " and show the date in the calendar , I want to add the number of days that i saved in the local varibale (local!days) to the current date to find the new date , how can i do that? Here is what i wrote for the " days" field a!integerField( label: "Deposit Days", labelPosition: "ABOVE", value: a!match( value:local!periodtype, equals: 1, then:{local!days}, equals: 2, then:{if(not(isnull(local!weeks)),(local!weeks*7))}, equals: 3, then:{ri!numberofmonths*30}, equals: 4, then:{ri!numberofyears*365}, equals:null, then:{false()}, default: then:{false()} ), saveInto:{local!days,a!save(local!despositdays,local!days)}, required: false, disabled: a!match( value:local!periodtype, equals:1, then:{false()}, equals:2, then:{true()}, equals:3, then:{true()}, equals:4, then:{true()}, equals:null, then:{false()}, default: then:{false()} /*DAYSSSSSS CODE */
What is the difference between a!queryRecordType() and a!queryRecord(). In which scenario I will use these two...
I am a new bie into APPIAN.would like to know how we can create CDT and access the COlumn from DB
when I used a!pickerFieldUsersAndGroups() in filter .It gives error during selecting Group Error:-- cannot apply [EQUALS] to field [assignee] when comparing to value [TypedValue[it =5,v=414]. what operator should I used for it
Hi, I have multiple sites inside Appian and whenever my session is expiring and when I click on "Return to Appian" link, system is always routing to same site. Is there a way I can configure and ensure it will route to the respective site.
I have a requirement to copy data from one user form to another. If a user has made one order, it is saved in the database. I need a functionality where I can use the saved order's data to be copied to another form. Does anyone know how can I achieve this functionality? Example would be very helpful.Thanks
Hello, We are installing a freshly new windows appian installation and when trying to generate the temporary licence to finish the setup we get the below licence error : No k4.lic file exists. Any ideas ? Thank you
Hi, I want to put a condition that text field only accept Hebrew charecter, I tried to find correct regex to validate hebrew text, but did not find. Please suggest where can i find regex for hebrew text or is there any other way to do the same. Thanks & Regards, ShreeKrishna Tiwari
I'm trying to add a section to your interface that will only display when the user selectsa maintenance request, and will display details for the selected request by repurposing anexisting interface object & this is the code. I'm getting syntax error mentioning "Expression evaluation error at function a!localVariables parameter 3 [line 63]: Invalid list operator 'a!sectionlayout' (expecting comma)" but all Parentheses are closed properly & commas were added as per syntax. How can I fix this ?
Hi All, How can we compare two text values for example "batting" is text1 and "bat" is text2 if batting compare with bat then it should write True. because bat word is there in batting word Is there any logic for this ?
Hi Team, What data type should be used if I want to store the data like this id,users 1, user1 2, user1; {user2,user3} 3, user1; {user2,user3}; user4 Operations: We can remove the users from list input: id, username -> 2,user1 output: 2,{user2, user3} input: id, username -> 3,user3 output: 3, user1; {user2}; user4
HII, I am getting an error when executing PM like :The entity name must immediately follow the '&' in the entity reference. i am using docx from dynamic template plugins[View:/cfs-file/__key/communityserver-discussions-components-files/62/DocTemplate.docx:320:240] I have attached my doc template and code if( a!isNullOrEmpty(ri!appId), {}, a!localVariables( local!application: rule!GAI_getApplication(applicationId: ri!appId).data, local!fiscalYear1: local!application['recordType!{5f640b2a-afca-4569-92d3-9e2938c52816}GAI Application.relationships.{abdf1474-5557-4307-87ca-cebf6144aab0}gaiOpportunity.fields.{8140c1d1-fe02-45b1-b6bc-53f76502fad9}fiscalYear'] - 1, local!fiscalYear2: local!application['recordType!{5f640b2a-afca-4569-92d3-9e2938c52816}GAI Application.relationships.{abdf1474-5557-4307-87ca-cebf6144aab0}gaiOpportunity.fields.{8140c1d1-fe02-45b1-b6bc-53f76502fad9}fiscalYear'] - 2, local!fiscalYear3: local!application['recordType!{5f640b2a-af
How to write expression rule and word template if i have a requirement to generate dynamic table in pdf i am using docx from dynamic template and doc to pdf plugins i have to generate two dynamic column 1.Documents 2.Description THANKS
Hi Good AfternoonIs there a way we can use a card as button to navigate to a page like we do on the desktop with a!safeLink().The link it self will probably open a browser in the mobile, but I want to redirect inside the mobile app.
Hi, I have a requirement to create a dynamic table in pdf , now i am using plugins DOCX from Dynamic table for this how to create rule can anyone suggest, thanks
Hi Team, users: "username1; {username1; username2}" =>type text how to get the output as 2 items username1 {username1; username2}
Hi Everyone, Is there any alternative to the executive stored procedure smart service which is depricated?
I am looking to hire an appian developer to build a BPM app on my website, to model, publish, and view simple process maps. if anyone here is interested and can provide sample work please let me know how to contact you. i can discuss it further on a zoom call.
Hi, Can someone help here... We have a database with a user credentials in a table. Will Appian allow us to access the site just by checking whether user credentials is there in the database table or not
Hello everyone. I want to retrieve the key field in the dictionary(queried from cdt) based on the value present. I have the data set in following order. txt1 112 (Number (Decimal)) txt2 113 (Number (Decimal)) txt3 114 (Number (Decimal)) txt4 115 (Number (Decimal)) Input: 115 expected output: txt4 Please help me in getting the answer.
Hi All, I am using the delete document smart service to delete the documents from the folder. We are passing the document id parameter to delete the document. But it is taking much time. How can I reduce the time it takes to delete the document.
Hi Team, Eg: I have a scheduled process model for every 1hr and let's say Happy flow: PM got triggered at 15:00 EST and it took 15mins to complete. And next instance will start at 16:00 EST. Exception flow: PM got triggered at 15:00 EST and it took 1hr 15mins to complete. And next instance will start at 16:00 EST but here the previous is still running. Can we restrict? Can we build a flow where the PM should trigger every one hour and make sure no parallel execution of 2 or more instances at the same time.
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.