-
Recently active
How do i start a process from Email by assigning Receive message event by sending a mail to my process model UUID the process should start!
Hi Guys, Please lemme know .., what are the roles & limitations of activity chaining ? in which kind of scenarios we use activity chaining? in which kind of scenarios chaining may break generally?
An e-mail could not be sent because the run as user for this activity could not access one or more of the groups listed in the e-mail address.
Hi Everyone, Created a webservice record without sync option, thinking getting records on demand would be best way to deal. created query rule , used as "Record Data Source" which has integration required inputs. when i tested record output integration inputs showing it as user filters in records. i would like to show the record output in SAIL grid form and should only get next set of records from integration when clicked on next page button , how do i pass start index, batachsize parameters to Record Data Source query rule. any help would be appreciated , Thanks in advance.
in a process i have two user input tasks let first is x and second is y now i have scenario 1) where the user 1 completed X then he only need to complete Y or where the user 2 completed X then he only need to complete Y 2)when the user 1 complete X then we have to restrict to complete Y by the user 1 or when the user 2 complete X then we have to restrict to complete Y by the user 2
Hello, is it possible to listen to an email address? Maybe something like, whenever there is an email with a certain subject then do something.
Can we hide a table along with its header dynamically in a word document if no rows are available for that table??
a!localVariables(local!x:{{name:"rajini",marks:25},{name:"vamshi",marks:30},{name:"rajini",marks:40},{name:"venkatesh",marks:88}},/*using index,wherecontains() need to fetch only rajini details*/)
Hi Folks, Have some queries regarding the Associate Developer Certification Exam(L-1). Have recently completed the Appian Developer course on the Appian academy and the next step for me is to get certified. Can I get to know some resources I will need to refer to before taking the test. What all tips do you have for the preparation and how does one tackle the preparation phase. What all things to do one has to keep in mind before giving the test. What is the recommended time that should be given to the preparation phase. Really looking forward to learn and give the test to get certified, do share your feedback regarding the topic. Thanks and Regards
Hi, we are trying to refresh local variable value on var change but it is not working. PFB Code a!localVariables( local!refreshOnVarChange: false, local!allMessages: a!refreshVariable( value: rule!DS_QRY_getMessageThread( returnDatasubset: false, filters: a!queryFilter( field: "clientInboxId", operator: "in", value: {15,16} ) ), refreshOnVarChange: local!refreshOnVarChange /*refreshAlways: true, even in this case data is also not get refresh*/ ), local!textBox, a!sectionLayout( contents: { a!textField( value: local!textBox, saveInto: { local!textBox, a!save(local!refreshOnVarChange, not(local!refreshOnVarChange)) } ), a!textField( value: length(wherecontains(true,index(local!allMessages, "isRead", ""))), readOnly: true ) } ))
Is there a way to filter a grid on the rows that you selected or have not selected. Use case being if your grid is really large and data are on multiple pages. When you go through pages selecting items, maybe you want to filter by selected items to see all the items you've selected? Is there a way to make a selected filter? Not sure if this can be a user filter.
Hi everyone, I'm quite stuck at this part so I'm needing some helps [emoticon:6d505171faa4497c85c5ca27290c555d] I built an interface to show a report which data is from a view, the view looks like this table below: Case Id Step User doing this step Updated Date Time 1 Created Molly 11/11/2021 5:11 2 Processing John 11/9/2021 7:22 2 Pending John 11/3/2022 8:33 2 Completed Molly 11/2/2022 9:11 3 Created Nick 10/5/2022 13:20 4 Processing Nick 9/9/2022 9:09 4 Pending Molly 12/8/2021 6:12 4 Completed Molly 12/6/2021 6:12 4 Created Molly 22/10/2022 1:20 The interface does not show updatedDateTime + Step (business requirement), and was filtered by loginUser(), which is why I got this result of duplicating rows with same case ID and other columns all have the same values in the report for the same case. Is there anyway I can get the unique row using Appian if there are duplicating row in the interface? Case Id Created date Related
Hello all, Is there a function or process within Appian to store and specific value for every user? (Similar to session variables in.Net,) the use case is: We have a dropdown with general values in our main page, so depend on the value selected all the subsequent pages needs to take care of that value. We want to store that value selected for every user in his own session. I did some research to use constant, but for this we need to create constant in sail code (in appian it's no possible, only update), it's not a good approach. Another thing that we discuss was to pass the value as a rule input in every object (interfaces, query rules, Process Models, etc) not sure if its a good approach since the user can go directly to other pages (saved as bookmark) even if no value is selected, but it's a must for our app. Another approach that we are thinking it's storing the value in a "customfield 1" but the function doesn't work "a!updateUserProfile()".
Hi. On write to datastore for overwriting an EXISTING record I am getting the following error. ids for this class must be manually assigned before calling save(): I see plenty of posts saying enable autogeneration, but don't feel this is appropriate given no autogeneration should be occurring on this entry and it already has a primary key filled in. If such a thing did work after enabling autogeneration, it seems to me that would mean something is going wrong and a completely new Entity is being saved. Am I wrong in this understanding?
Hi All, I couldn't see generated emails in our DEV environment as this is blocked by our admin. Surprisingly , I can test emails only in Preprod environment. Is there anyway by which I can check the generated HTML like saving it into to a process variable in custom output like the screenshot below. FYI , I am using html templates in the email. Any help or comments will be highly appreciated Thanks in Advance, MikeMiracle
When I submit a form with a dependent dropdown fields, it stores the ID in the database... I want to store the value or text that I chose... I followed this: https://docs.appian.com/suite/help/22.3/recipe-configure-cascading-dropdowns.html HOW I DO THAT? please help
Hello everyone, Trying to add back button on the summary page and then returning back to the same list, but not getting any perfect solution for this. "I need back button on summary page and when a user clicks on it, it will get back to the same list." Thanks for any help.
Hi, here from line 515 if condition is executing but it's showing only highlighted one not the remaining conditions. it has to show the remaining list of data but not showing what might be the reason for that
Hello everyone, I need that when a user offline submits a user input task, it does not disappear from the task list and he can see it in the future. Is it possible in appian configurate process/task in such way? Thanks for any help.
Hi All,Getting the below error while calling integration.Thank You.
My Appian Community Edition site seems to have disappeared. Instead of the usual link to my instance, there's a "get my site" button. Did something happen to the servers?
I want to roundup below result to ...upto two places like 3.13....how could i achieve that please help
Hii all, we have 3 teams in my building portal they are 1vendor , 2buyer and 3internal team and the intrnal teams have 3 other sub teams called IT1 and IT2 and IT3, normally when a vendor raised a request for pricing change for a product then it will goes to buyer team , he has the power to reject or accept or send it to internal teams , now the 1)rule is if the current product price is 10% more than previous price then this should get approval from all the teams from internal teams called IT1 and IT2 and IT3 2) if the the current product price is 10% less than previous price then this should get approval from teams IT1 and IT3 only 3) if retail price is more than cost price then it will get approval from IT2 only note: when buyer forward the request to internal teams above mentioned actions should take place could you please tell me how to achieve this decision mapping and business rules i
How to assign an Request from one requester to multiple receiver(approver) Eg: Request & received request 1 to receiver 1 request 2 to receiver 2 request 3 to receiver 3 and request 4 to receiver 1 like auto allocation
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.