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

forum

Hello All, Iam having trouble updating from version 2025.2.1.321 to 2026.2.1.321. I previously tried updating from version 2025.1.1.152 and received the same message. "There is no migration path between versions"

Hello everyone, Do you know of any way to detect and read the contents of all QR codes while processing a PDF attachment, when the file consists of multiple merged pages and each page is marked with a separate QR code? When using the standard WEBCON mechanism for reading QR codes, it always returns the content of only the first QR code found in the document, regardless of how many pages or codes the PDF contains. Has anyone faced a similar scenario or found a workaround or alternative a (...)

Hi everyone, In my scenario, 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!

I have the issue that I selected and added a handwritten signature in a document template. But he saves me the HTML-Code and the picture. How can I remove the HTML-code or prevent it from being generated because it is 3-Sites of autogenerated data-tag. I only added the field in general from the webcon plugin. Webcon Version is the newest one!

MVP

Hey everyone, I've got a request from my business to automatically split the tasks between people in the department. Did anyone here had a chance to implement something like round robin / load balance of tasks assigned to people from a group? The idea would be one person get's the task assigned, but the remaining part of the team will just get edit rights to the document. I don't recall any built-in solutions, but before creating one, maybe somebody already faced this challenge :)

Hello! We've had this error showing up while doing random tasks, so far we have encountered it when trying to import an app, and when trying to chose an AD group. However the description is very vague, so we are not able to pinpoint the error, has someone experienced something like it?

Hi, I noticed that after migrating BPS groups with a package, the group owner field appeared blank (grayed out). I click "Add" and can specify a person, but this grayed-out line needs to be manually deleted. Furthermore, if I didn't set a group owner, the save failed (the system cleared the group name and ID) and nothing happened. After a while, I accessed these BPS groups, and the group owner field cleared out and the field is blank. Do you have this problem too? I have version 202 (...)

Hi, having e.g. local AD and Entra ID enabled as authentication providers a user gets a page with the WEBCON logo and two buttons for Local AD oder Entra ID login. Is there any way to force always Entra ID login? And if yes, is there any way to force this login page if e.g. an admin user (not existing in Entra ID) wants to use local AD as authentication provider? This could be e.g. a query parameter: ?forceLoginPage=true. Kind regards Sébastien

Update: There has been a bad return in the script that screwed the things up. # Hi, I have a REST API endpoint in PowerShell Universal with the following code for the response: [code] $result = [PSCustomObject]@{ result = [PSCustomObject]@{ htmlLog = $html } isError = $isError #BOOL errorCode = $errorCode #INT (...)

Is there a way to change attachment extension? Force it somehow? AI agent processing does not work with EML email attachments, which is the format that hot mailbox saves into webcon process. I can change extension by hand from eml to msg and agent is able to process it than, extract. But I need to do it in bulk, for new and past emails. Any ideas?

Hi everyone! Does anyone know how to register for the freemium or 90 day trial licensing? Several of the links I've found are not available anymore, and I've used this contact form several times but I never got an answer

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 it is for the collection types "any collection" and "data source" where the "Colums collection" (...)

Hi, imagine a workflow with on start (cyclical) automation that starts the workflow itself. This can be a sync of an external data source with a dictionary. If the sync returns an error a step for error validation gets entered. Having this on dev, test and prod would then generate a task on all environments. I expect to have a task creation only in production environment if the process already exists on prod. If the process only exists on test and dev I expect the task creation only on tes (...)

Hi, I have a MSSQL data source with a column newHash that get's created by HASHBYTES and VARCHAR(64) in the SQL query of the data source over some other columns to check if there is a value updated. This hash gets stored in the dictionary entry together with all other values. In the same query I also add the column with the diHash of the associated dictionary entry. When doing a daily sync between data source and dictionary I'd like to compare both columns newHash and diHash. This is used (...)

Hi Is there any way to use business rule references when generating HTML templates? Something like {BRD:63630e35-0f8d-455e-ac6f-df8017e01c56}. I see that you can reference them in Word documents, and it works for me, e.g., {DOCPROPERTY BPSGUID_BRD:d5280b12-fad7-4dd6-9031-4b74f121c1c2_numer2}. How can I use this in HTML? And another question: how do I map arguments to a business rule already used in HTML? Thank you. Maciej

Hi everyone, I have a case with WEBCON BPS 2026 and a REST integration. I need to call an external API that requires a client certificate (PFX / mTLS). Everything works in Postman, but in WEBCON I can’t find how to pass the certificate. Currently I’m using: -REST Web Service connection -Authentication: Anonymous -HTTPS + JSON I don’t see any option for: -client certificate - selecting from Windows store -or using a thumbprint Has anyone faced something similar? Does WEBCON supp (...)

I have a process that requires users to make use of hand held terminals. The devices run on android os but are restricted to local area networks with no internet access Is there access to the APK file to download and sideload to my devices for the installation?

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

As Microsoft is removing support for legacy authentication, and webcon is still using base login/password for SharePoint. Is Webcon planning to implement connecting through application? There is SharePoint via REST, but I'm saying about SharePoint Site Collection connections - these will stop working very soon.

Hi, I got this error message: "The current process has used all of its system allowance of handles for Window Manager objects." I've been in an automation with for each and the configuration of an action in it. I had to terminate the Designer Studio (2025.2.1.179) through the Windows Task Manager. It's the first time that I got this error and couldn't reproduce it yet. Kind regards Sébastien