Hi, I am still learning Webcon and currently exploring the Webcon API. I would like to understand more about authorization, invoking REST methods, and specifying the path for importing data into the correct dictionary. I’ve attached an image of my sample script, which successfully retrieves SharePoint data, but it encounters an error with Webcon authorization. I would appreciate guidance on
(...) Hello, I'm trying to create a more complex delete of line function. To explain this briefly, I have a List , where I can't use the normal delete button. So instead, I'm adding one using a dataRow form field, where I call the JS function like this: deteteFunction(List ordinal number); In this List there is a column called IsOld, and it's values can be OLD or NEW. * If the line I want to delete (...)
(...) Item List - is possible to change behavior depending from form or step ? At the moment I use 2 item List ..but maybe is possible to just use one ... if in Item List General setting I set is possible to import / export / add rows / ect. https://docs.webcon.com/docs/2024R1/Studio/Process/Attribute/Basic/ItemList /ILConf/ILGenral then in sub flow if I use the same Item List then all settings (...)
(...) Hi Everyone, after upgrading Webcon environment to v 2023.1.3.269 (working previously on 2022) I've noticed a behavior change in following situation. There is an item List which has enabled following options - Allow adding, - Allow deleting, - Show actions column, - Show "Remove all" It is filled with many rows which in most cases exceeds the display range so the user has to scroll down/up be (...)
(...) I can't use as source "BPS Users" and I need to change source to "AD Users". The BPS Users have 100 users but AD Users have 300 users In both sources I need name of Manager. I use item List with dropdown List with Autocomplete when source id BPS user is fine but if I switch to AD Users then I would like to column "manager" but it give me: CN=John Doe,OU=Users,OU=Employees,OU=CTM (...)
(...) Hello, I have an item List where, upon leaving the step, each data row is sent to a separate instance into another application via a subworkflow action. However, when attachments are copied to the subworkflow using the checkbox function, all attachments from the entire item List are copied to each new instance. Is it possible to configure it so that only the attachment associated with the speci (...)
(...) In Webcon 2022.1.4.404 this function is not present but probably in 2024 as well so... I would like to have sum of "Yes" in Item List if the field is ""Yes/No choice" sum I could copy to field in item List config but now I need: 1. do rule in item List -> to do action if row is added (cloned) or deleted 2. do rule in each item List column where is ""Yes/No choice"" type -> to count cha (...)
(...) Hello, I have an item List where, upon leaving the step, each data row is sent to a separate instance into another application via a subworkflow action. Unfortunately, I have the problem that if I have more than 2 datarows, my subworkflows start the instances twice
(...) Hi, I propose to unify and add a visibility option available on the standard attribute ‘Visibility on report independent of visibility on form’ to the visibility option on item List columns. Regards.
(...) Hi, How to display row id (DETID, @ID) in List (List item - WFD_SubElems) on form?
(...) Hello, I have an itemList where, upon exiting the step, each data row is sent to a separate instance in another application through a subworkflow action. At the moment I can only enter one attachment per dataset but I want the possibility to send multiple Attachements. I got the hint to use the splittotable-function when multiple attachments are added to the itemList record. Now my question (...)
(...) I have Item List [slave]with column where I can pick people (from other item List [master] which contain 1. BPS users, 2. AD users (some of them are in BPS users - not all) and others - people out of AD and BPS. 1. I would like to run sub flow for each row of item List (done) 2. fill proper data (done) 3. assign to people from item List [slave] : a) assign to all BPS users and skip non BPS users (...)
(...) Is there a parameter somewhere that limits the number of rows that can be imported from xls to the item List ? At the moment it accepts a maximum of 1000 rows, can it be changed/set somewhere?
(...) Hey, I am synchronizing the user List according to the instructions. I have filled in the domain, the user has the right to view AD, I have checked it by adding a new data source and the data appears there. However, after pressing the Synchronize now button, the message Task has been added to the service appears and nothing happens. No entry in the history appears either, as it is shown in the ins (...)
(...) I have got Item List with 2 columns 1. Category (A) 2. Points (B) Column A and B use dictionary process where if is set A then filter B to A value and in column (A) I can pick Value then >> in column (B) points I can pick more than 1 value . so I can have: (A) >> (B) A >> a,b,c,z B >> a,z,dd,x C >> a D >> a,b and now in sub process I would like to split this table to: A >> a A (...)
(...) Hi, It often happens that the List of items should have unique values, at least in 1 column. Currently, I often create and add a script to check when adding an item with this value already exists. A great convenience would be the option in the column configuration, 'unique item'. The user would receive an alert that an item with this value has already been added to the List . Regards.
(...) [Webcon 2024.1.1.130] (i thin it was working in 2022.1.4.404 - but I need double check] I have action to update item List where source is Parent Item List . The sql query is working but filters .. works if there is no polish letters :| so: [code='SQL'] SELECT d.DET_WFDID AS 'ID elementu', d.{DCNCOL:1135} AS 'Sygnatura Audytu', d.{DCNCOL:1132} AS 'Tytuł raportu 8D', d. (...)
in webcon 2022.1.4.404 - automation with action start sub flow was working in webcon 2024.1.1.130 - is not working ... I have error: Komunikat błędu akcji podobiegu Nazwa automatyzacji: >> [podobieg] Start Ankiety (ID: 890) Nazwa akcji: Uruchom podobieg Audytowani (ID: 1351) Proces startujący: Ankieta po Audytowa Wiadomość: System.NullReferenceException: Object reference not set t
(...) Hey everyone, I have the following challenge. I'm storing travel expenses in an item List . The expenses could be in various currencies. I'd like to get the exchange rate automatically for each row (because the exchange rate might be different for different dates and currencies). The API GET call is: https://kurs.resenje.org/api/v1/currencies//rates/-- I have in DET_Att6 and the in DET_Att3 (...)
(...) Hi Guys, I need your help to solve a problem. I have an itemList e looks similar to this: System-ID | System-Cost 100 | 1.000 100 | 1.500 200 | 2.000 300 | 100 300 | 1000 300 | 500 I need to find the System-ID with the highest cost over all and save this ID in a technical field to use ist further in the prozess. Thanks in advance