WELCOME TO THE COMMUNITY
find what you are looking for or ask a new question

search results

for List

(...) Created form rule that is triggered on Change by a float field. It checks if the sum of a certain column in an itemList exceeds the value in the field, if so the colum should turn red. The problem is if the form rule is triggered it chan only change the color once. If we change the value again the color persists (i tested the statment with an alert if it follows the right branch) Does some (...)

(...) Hi, it would be nice to see the following improvements, when using groups in item List s: - Option to define the default value whether they should be collapsed or expanded. Similar to groups. Rendering the groups only would improve performance. - If totals are rendered, it would be great to define whether they should be rendered below the group or in the header. The later one would reduce the used (...)

(...) Item-List adds text value = "0" on - tags Before the updated from R2 2025 to R1 2026 everything worked fine Now those Zeros are showing up in the item List s UPDATE: It has to do with items List row to edit set to 0 Why is it allowed to be set to 0 if it causes such a ruckus We debugged our way through it in the office. but it breaks quite some form fields and html code as a result !

(...) s every available form field. For example: link:javascript:action;displayname:GOOGLE;" I would appreciate if the "JavaScript" formatting would be also effective for the hyperlink column of an itemList .

(...) Does someone know what functions are called when i press the "Duplicate" button on a row in an itemList ? We want to give the user the ability to copy a row, however after copying the row i need to change certain values of the copy. Right now i trigger the duplicating by selecting the html element and executing a .click() on it(the user is not allowed to just copy a row). The problem is i cannot (...)

Hi, if a column (e.g. with checkboxes) gets to narrow its title gets cut. By simply adding a HTML title attribute with the column name to the div holding the column title the title gets displayed on mouse hover. I’ve attached a screenshot with the suggested modification. Kind regards Sébastien

(...) Hi, I've also noticed that BPS data sources that reference item List s are also returning deleted records. Are you experiencing this issue as well? I have version 2026.1.4.131 installed. Regards, D.

(...) Is it possible to get all possible values of ChoiceList field using API call?

(...) Hi, I have an automation with a for each and selected "item List " as collection type with an item List (let's say A) of the form. Now I expected to get all columns shown under "Columns collection" in the "Values" tab. But there is no entry for it. After searching a while I found the entry of this item List A under "Form fields" as the only item List . Why don't you just keep the same logic as (...)

(...) the user uploads an Excel file with multiple sheets. Each sheet has the same structure but contains different data. I need to create an SDK plugin that processes the file and adds entries to an item List , using the sheet name as a reference. Has anyone dealt with a similar case or can suggest the best approach/methods to handle this? Best regards!

(...) sent, not delegated). ✅ What works Connection to SharePoint works General communication works Folder creation in document library works ❌ What doesn’t When using “Add an attachment to a List ”, the file upload fails with: 401 Unauthorized 🔍 Logs / details From WEBCON: Execute WCFCsomService .../AddAttachmentToSPList Error in On path action Add attachments to Extranet (Step: Signi (...)

(...) Hi Guys, short question, hopefully a short answer with a hint how to do ;-) Is it possible to List all attachments stored in a process in a report? Thanks in advance Gerd

(...) Hi everyone, I'm facing an issue while trying to map an Item List using the native "Start a subworkflow" action. My Scenario: I have a single Application containing two workflows: "Pedido de Orçamento" (Purchase Quotation) and "Pedido de Compra" (Purchase Order). Both workflows share an identical Item List structural layout (same column names like Artigo, Quantidade, etc.). I want to mo (...)

(...) My application receives data from an API and populates an Item List with the data. One of my columns (Sales Area) got populated with more than 1000 characters which caused an error upon human intervention. I tried removing the excess data but only manage to remove the error at the field level, but cannot remove the error at the item List level. This validation error prevent the save of the data (...)

(...) lly in Excel. A given company may have multiple owners, multiple services, and multiple service addresses associated with each service. In other words, this involves data that is best stored in item List s, but Dictionary can not contains a item List . It must be possible to retrieve, save, and utilize this registry data within other processes in WEBCON. Furthermore, the data should be updatable via bu (...)

(...) I would like to raise a performance concern related to forms containing large Item List s. My analysis shows that server side callbacks and business rule requests include the current state of the entire form, including Item List rows and columns, even when the executed rule does not reference the Item List . In my tests, a form with approximately 40 Item List rows generated requests of around 1 MB (...)

(...) I noticed a potentially problematic behavior with the Survey → Choice List field. The IDs of the answers (a, b, c, ...) seem to be generated automatically based on their current position in the List . For example, the original configuration is: a = Windows Account b = Outlook (Mail) c = KBS ... h = Other i = M365 Guest User An existing workflow instance with Windows Account and Outlook (...)

(...) Problem Description: When importing data from an Excel file into an Item List , Choice fields set to Autocomplete mode with the option "Allow values outside of data source" enabled do not accept values that are missing from the underlying dictionary. As a result, these cells are left empty, or the import fails due to key/value matching errors. Proposed Import Logic: When processing the Excel f (...)

(...) Currently, the Add item List rows action is not available inside a For each action. This limits scenarios where data is processed iteratively and the result of each processed item should be stored in an Item List . A typical use case is processing records returned by a REST data source: A For each action iterates over the returned records. Business logic decides individually whether a record (...)

(...) Currently, the Add item List rows action is not available inside a For each action. This limits scenarios where data is processed iteratively and the result of each processed item should be stored in an Item List . A typical use case is processing records returned by a REST data source: A For each action iterates over the returned records. Business logic decides individually whether a record (...)