-
Recently active
Hi We are using SAML Group Synchronisation to sync Azure AD groups to our Appian groups. All works correctly. However, due to a temporary situation, we will have two Azure AD groups which should be mapped to the same group in Appian. See below, where we have the attribute 'memberOfValue' and a group name, we would need that attribute repeating. e.g. Attribute - Value memberOfValue - Group1 memberOfValue - Group2 I am thinking this is not possible and that probably we have to set up a second saml sync group with the correct attribute, then add this group as a member of the Appian group. Anyone had this scenario? Thanks.
Hi everyone, sorry in advance for a confusing question. So I have this expression rule with two rule inputs, ri!innitiator and ri!excelSheetJSON, the code works well but I have to create the test cases for each of the rule inputs and I have no Idea how I'm supposed to structure the excelSheetJSON one. I provided the code used in the expression rule, in the PM node where we included the JSON code and the test case page where you can establish the parameter for the case. My question is what do I write in the red box to give the appropriate output? (In the expression rule) (In the PM) (In the expression rule) Thanks for the help!!
User will enter start date while creating the request and then after approvals .it should start process model on its own upon reaching start date
is this true ? Refresh variable's control is only limited to single interface not in nested interfaces ?
Hi Team,I'm having a function which calculates the time difference between a date time( output of a rule) and now(). then applying hour() to find how many hours it differing. But incase I'm checking this at 06-11-2023 7:00 am(output of rule) and my current time is also today 7 am , it generating Interval (Day to second) in negative like -0::00:06:37.727 due to millisecs difference, so while taking hour for this converting 0 hour to 23 . but what I need is 0::00:06:37.727. so that my hour difference calculation will return 0. Anyone know how to do the conversion or any better solution?Thanks in advance[mention:126a676c85024855948336691b0a7b92:e9ed411860ed4f2ba0265705b8793d05]
Hi, We did a below setup to trigger a process model once for every 2 weeks on Tuesdays. Everything was working. One fine day we did some changes to the process model and deployed during weekend we expected the process model will trigger. But, it did not trigger. Question: Process Model will count the weeks starting from the day when we did re-deployment? will it not remember initial processed day/week and trigger accordingly.
Hello Team ! I am new to Appian Community , While requesting access for Community site for practice i am getting below error . Can anyone help me to get access. Thank You!
Hi All, I need to add filters to the columns in record list, just like filters in an excel sheet. Can anyone please suggest me how to achieve this?
Hi, Can you please suggest that what need to be changed or checked..The scipt is not able to fill login and password in window.
Dear Appian Community, I'm seeking clarification on process upgrades in Appian and how to address failed requests in production. I've been unable to locate a specific plugin for process upgrades. Currently, I have numerous requests in production that are failing due to exceptions. I need to update the process for these old instances to resolve the issue. Could you please advise on the following: Is process upgrade functionality still available in Appian? If so, how can I perform a process upgrade? How can I effectively handle failed requests in production and update the process for existing instances? Your insights and guidance would be greatly appreciated. Thank you for your time and expertise.
Hi All, Through stored procedure how to sync record? If anyone know pls let post your comments.. Getting all values through stored procedure smart service but couldn't able to sync record. https://docs.appian.com/suite/help/23.3/Execute_Stored_Procedure_Smart_Service.html
Hi Experts, I need your help in resolving my issue. I have one HTML template which is being attached in send email node in a process model. I want to add one image in that template. But up on adding the image via a document constant that we are passing in a template its not showing up like this in the email that we are getting: But when we are using URL for adding an image in the template its working fine. My question is how to add an image in an HTML template that it will display in the email but using Image file document constant in Appian?
I have a problem to run quiz using 10 questions answers in in foreach loop. I want to save values in a local or rule variable. (question id with selected answer value) If user modify his answer, then selected Ans value changed with new selected option. I want to do with record type.
I have a requirement for an organizational chart. I have an employee-specific table in the database containing the reporting manager column and role.I tried the code but it doesn't expand to down-level resources. I require a dynamic chart to add employees and roles. a!localVariables(local!user: loggedInUser(), a!orgChartField( value: local!user, saveInto: local!user, showAllAncestors: true, showTotalCounts:true ))
hi, i want to know is there any way we can extract data from this kind of string. "[place_id:519fcdaacfd556c0bf591a4bfd61f0c04940f00101f9014600010000000000c002089203064c6f6e646f6e,address_line1:London,city:London,address_line2:ENG, United Kingdom,country:United Kingdom,state:England,county:Greater London,formatted:London, ENG, United Kingdom]" i want to get data as { place_id:"519fcdaacfd556c0bf591a4bfd61f0c04940f00101f9014600010000000000c002089203064c6f6e646f6e", address_line1: "London", city: "London", address_line2: "ENG, United Kingdom", country: "United Kingdom", state: "England", county: "Greater London", formatted: "London, ENG, United Kingdom" }
on click of submit am getting this error what might be the reason
Does it means that, for local variable 'outage' the value from database is given through recordtype power outage.
Hi all, I have a use case I have build a webpage using HTML and JS and I am calling it using a Web-API from Appian interface which will be triggered by a safelink.But whenever the user clicks the safe link the page is re-directing to the Web page, but i want to show it inside the Interface , i tried using webcomponent object but it's error saying internal appian urls cannot be used in webcomponent.Is there any alternate way to achieve this. Thanks in Advance.
When triggering a process model from the Receive message event by sending a simple mail, it works fine. I'm having an error like the above when adding an Attachment to the Start process triggering mail also, I'm having an Error with Create Eml File from OOTB Poller "An error occurred while creating the note. (APNX-1-4101-005)" These are the PV ...
Hi Team, I have requirement to get the groups names which has the input value which we pass. For example: If I pass input value as "United States" I should get the group with the name "<App prefix>_United States", India => "<App Prefix>_India" Can anyone please help.
Hello everyone, I am using plugin HTML to PDF. I have used two nodes in process model "HTML DOC from template" and "HTML to PDF". In first node("HTML DOC from template") I am passing process variable for ###name### (pv!customer.name) and so on for others. Successfully converted HTML to PDF file but I am having issue with multiple entries. Like: I have total 10 records but in pdf all records shown up in one line with comma separator. Note: Created a rule for this where I get all records but getting issues passing this rule in process model node ("HTML DOC from template"). for example: <table> <tr> <td> <h3> Name </h3> </td> <td> <h3> Address</h3> </td> <td> <h3> Unit </h3> </td> </tr> <tr> <td> ###name### </td> <td> ###address### </td> <td> ###unit### </td> </tr> </table
I must be missing something simple as I cannot even get the sample to work for my custom picker. I have created this expression rule: And then, this is everything on my interface: a!localVariables( local!pickedState, local!stateLabels: { "Alabama", "Alaska", "Arizona", "Arkansas", "California", "Colorado", "Connecticut", "Delaware", "Florida", "Georgia", "Hawaii", "Idaho", "Illinois", "Indiana", "Iowa", "Kansas", "Kentucky", "Louisiana", "Maine", "Maryland", "Massachusetts", "Michigan", "Minnesota", "Mississippi", "Missouri", "Montana", "Nebraska", "Nevada", "New Hampshire", "New Jersey", "New Mexico", "New York", "North Carolina", "North Dakota", &
Hi, I'm learning Appian RPA tutorial. I'm trying to create a Robot for ParseExcel Example. I have few doubts while creating a robot. 1. What kind of permissions we need to add there? ( I added my mail id which is registered for Appian is that correct) 2. I installed java in my local system and set in Environment variable also. Do we need to provide the Path here or is it fine to leave it blank? 3. I added my email id which is used for Appian community login in permission and added my local system JRE Path in JRE Path. Downloaded and installed the exe file. After click on ok The Robot showing offline. 4. If I execute as per following the document it is not working. Below is the execution log Below is the tutorial document I followed. [View:/cfs-file/__key/communityserver-discussions-components-files/61/9.3-_2800_23.3_2900_-Parse-Excel-Files.pdf:320:240] Please guide me where I went wrong. Thanks, Sadhu Surendra.
I have been in the construction industry for quite some time now and am looking to make a career change. Over the last few months I have learned some AWS and have obtained my AWS cloud practitioner certification. My girlfriend has a job working with appian and she suggests that I learn appian and try to get a job do that. I’m worried that with no prior work experience or a bachelors degree that I won’t be even looked at even after I get the 2 appian certifications (appian associate developer and appian senior developer certifications) does anyone have any experience on this? https://tutuappx.com/ Vidmate
Hello everyone, I am building an Appian process that needs to have only one instance running at a time, since every instance would be inserting to/ truncating the same database table. In order to achieve this, at the beginning of the process I check if the current instance is the oldest among the active instances of the process, through a query to a process report. This works just fine, the problem is that I want to also check if the oldest instance has, for whatever reason, a node with error and therefore it's flow has been blocked. This way I could kill that instance or skip it in order not to block the other instances in the queue. What I noticed is that even though a process may have a node with errors, the status in the process report remains "Active", so I couldn't find a way to verify through the Report. Even the functions num_problem_tasks() and num_active_tasks() are not helping. Do you guys know of any efficient way to make this control
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.